Rust f32::asinh

Time bar (total: 1.9s)

start0.0ms (0%)

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

analyze0.0ms (0%)

Memory
0.7MiB live, 0.7MiB allocated; 0ms collecting garbage
Algorithm
search
Search
ProbabilityValidUnknownPreconditionInfiniteDomainCan'tIter
0%0%99.6%0.4%0%0%0%0
100%99.6%0%0.4%0%0%0%1
Compiler

Compiled 4 to 4 computations (0% saved)

sample456.0ms (24.3%)

Memory
14.2MiB live, 859.3MiB allocated; 155ms collecting garbage
Samples
330.0ms8 254×0valid
0.0ms1valid
Precisions
Click to see histograms. Total time spent on operations: 171.0ms
ival-asinh: 170.0ms (99.2% of total)
adjust: 2.0ms (1.2% of total)
Bogosity

explain204.0ms (10.9%)

Memory
9.5MiB live, 456.0MiB allocated; 116ms collecting garbage
FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
1301(-0.0036559049040079117)1(0.013690713793039322)(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))))
510-0-(sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))
00-0-#s(literal 1 binary32)
00-0-(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
00-0-(*.f32 x x)
00-0-(+.f32 (*.f32 x x) #s(literal 1 binary32))
00-0-(+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))
00-0-x
00-0-(fabs.f32 x)
Explanations
Click to see full explanations table
OperatorSubexpressionExplanationCount
log.f32(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))))sensitivity1293
sqrt.f32(sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))oflow-rescue510
(+.f32 (*.f32 x x) #s(literal 1 binary32))overflow51
(*.f32 x x)overflow51
log.f32(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))))oflow-rescue10
(+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))overflow1
(+.f32 (*.f32 x x) #s(literal 1 binary32))overflow51
(*.f32 x x)overflow51
Confusion
Predicted +Predicted -
+1792
-174
Precision
0.9944444444444445
Recall
0.988950276243094
Confusion?
Predicted +Predicted MaybePredicted -
+17920
-1173
Precision?
0.9890710382513661
Recall?
1.0
Freqs
test
numberfreq
076
1179
21
Total Confusion?
Predicted +Predicted MaybePredicted -
+100
-000
Precision?
1.0
Recall?
1.0
Samples
51.0ms240×1valid
34.0ms272×0valid
Compiler

Compiled 114 to 31 computations (72.8% saved)

Precisions
Click to see histograms. Total time spent on operations: 67.0ms
ival-hypot: 23.0ms (34.5% of total)
ival-copysign: 12.0ms (18% of total)
ival-log: 12.0ms (18% of total)
ival-fabs: 7.0ms (10.5% of total)
adjust: 5.0ms (7.5% of total)
ival-add!: 4.0ms (6% of total)
ival-mult!: 4.0ms (6% of total)

preprocess8.0ms (0.4%)

Memory
-31.4MiB live, 15.4MiB allocated; 2ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
059
Stop Event
saturated
Alt Table
Click to see full alt table
StatusAccuracyProgram
40.9%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 24 to 18 computations (25% saved)

series6.0ms (0.3%)

Memory
17.2MiB live, 17.2MiB allocated; 0ms collecting garbage
Counts
9 → 44
Calls
Call 1
Inputs
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))))
(+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))
(fabs.f32 x)
x
(sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))
(+.f32 (*.f32 x x) #s(literal 1 binary32))
(*.f32 x x)
#s(literal 1 binary32)
Outputs
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (fabs x))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))))
#s(approx (fabs x) #s(hole binary32 (fabs x)))
#s(approx x #s(hole binary32 x))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2)))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))
#s(approx (+ (* x x) 1) #s(hole binary32 1))
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2))))
#s(approx (* x x) #s(hole binary32 (pow x 2)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (/ (fabs x) x)))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2)))
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 x)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (fabs x) x)))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x)))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x)))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))))
Calls

3 calls:

TimeVariablePointExpression
2.0ms
x
@0
((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) x (sqrt (+ (* x x) 1)) (+ (* x x) 1) (* x x) 1)
2.0ms
x
@-inf
((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) x (sqrt (+ (* x x) 1)) (+ (* x x) 1) (* x x) 1)
2.0ms
x
@inf
((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) x (sqrt (+ (* x x) 1)) (+ (* x x) 1) (* x x) 1)

rewrite197.0ms (10.5%)

Memory
30.8MiB live, 300.8MiB allocated; 36ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
02261103
0238900
11345759
08449710
Stop Event
iter-limit
node-limit
iter-limit
Counts
53 → 111
Calls
Call 1
Inputs
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))))
(+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))
(fabs.f32 x)
x
(sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))
(+.f32 (*.f32 x x) #s(literal 1 binary32))
(*.f32 x x)
#s(literal 1 binary32)
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (fabs x))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))))
#s(approx (fabs x) #s(hole binary32 (fabs x)))
#s(approx x #s(hole binary32 x))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2)))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))
#s(approx (+ (* x x) 1) #s(hole binary32 1))
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2))))
#s(approx (* x x) #s(hole binary32 (pow x 2)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (/ (fabs x) x)))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2)))
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 x)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (fabs x) x)))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x)))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x)))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))))
Outputs
(copysign.f32 (asinh.f32 x) x)
(log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) x))
(-.f32 (log.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (-.f32 x (cosh.f32 (asinh.f32 x)))))
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))))
(asinh.f32 x)
(/.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)) (-.f32 (cosh.f32 (asinh.f32 x)) x))
(/.f32 (+.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (cosh.f32 (asinh.f32 x)) x))))
(/.f32 (neg.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (-.f32 x (cosh.f32 (asinh.f32 x)))))
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (neg.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))))
(/.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (-.f32 x (cosh.f32 (asinh.f32 x))))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x))))))
(-.f32 (/.f32 (*.f32 x x) (-.f32 x (cosh.f32 (asinh.f32 x)))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 x (cosh.f32 (asinh.f32 x)))))
(+.f32 (/.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))) (/.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))))
(+.f32 (cosh.f32 (asinh.f32 x)) x)
(+.f32 x (cosh.f32 (asinh.f32 x)))
x
x
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(/.f32 (sqrt.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32)))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (sqrt.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32))) (sqrt.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32))))
(/.f32 (sqrt.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32)))) (sqrt.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (sqrt.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (sqrt.f32 (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))))
(/.f32 (+.f32 (exp.f32 (asinh.f32 x)) (exp.f32 (neg.f32 (asinh.f32 x)))) #s(literal 2 binary32))
(/.f32 #s(literal 1 binary32) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal -1/2 binary32)))
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 1 binary32))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/2 binary32))
(exp.f32 (*.f32 (log1p.f32 (*.f32 x x)) #s(literal 1/2 binary32)))
(cosh.f32 (neg.f32 (asinh.f32 x)))
(cosh.f32 (asinh.f32 (neg.f32 x)))
(cosh.f32 (asinh.f32 x))
(*.f32 (neg.f32 (cosh.f32 (asinh.f32 x))) (neg.f32 (cosh.f32 (asinh.f32 x))))
(*.f32 (fabs.f32 (cosh.f32 (asinh.f32 x))) (fabs.f32 (cosh.f32 (asinh.f32 x))))
(*.f32 (cosh.f32 (asinh.f32 x)) (cosh.f32 (asinh.f32 x)))
(sqrt.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32)))) (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32))) (neg.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32)))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (neg.f32 (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))))
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(/.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) #s(literal 1 binary32)))
(/.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(-.f32 (/.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) #s(literal 1 binary32))))
(fma.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)) #s(literal 1 binary32))
(fma.f32 (neg.f32 x) (neg.f32 x) #s(literal 1 binary32))
(fma.f32 x x #s(literal 1 binary32))
(pow.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1/2 binary32))
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 2 binary32))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32))
(+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 (pow.f32 x #s(literal 6 binary32)) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))))
(+.f32 (/.f32 (pow.f32 x #s(literal 6 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))))
(+.f32 (*.f32 x x) #s(literal 1 binary32))
(+.f32 #s(literal 1 binary32) (*.f32 x x))
(*.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)))
(*.f32 (neg.f32 x) (neg.f32 x))
(*.f32 x x)
(sqrt.f32 (pow.f32 x #s(literal 4 binary32)))
(pow.f32 (neg.f32 x) #s(literal 2 binary32))
(pow.f32 (*.f32 x x) #s(literal 1 binary32))
(pow.f32 x #s(literal 2 binary32))
(fabs.f32 (*.f32 (neg.f32 x) x))
(fabs.f32 (*.f32 x (neg.f32 x)))
(fabs.f32 (*.f32 x x))
(+.f32 (cosh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) (sinh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))))
(exp.f32 (*.f32 (log.f32 x) #s(literal 2 binary32)))
#s(literal 1 binary32)
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log1p.f32 x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32) (log1p.f32 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (fma.f32 (*.f32 #s(literal 1/720 binary32) (*.f32 x x)) (+.f32 (fma.f32 #s(literal 45 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 30 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32)))) (/.f32 #s(literal 45 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) #s(literal -1/24 binary32))) (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 #s(literal 1 binary32) x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) x) #s(literal 1 binary32)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) x) #s(literal 1 binary32)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) x) #s(literal 1 binary32)))
#s(approx (fabs x) x)
#s(approx (fabs x) x)
#s(approx (sqrt (+ (* x x) 1)) #s(literal 1 binary32))
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (+ (* x x) 1) #s(literal 1 binary32))
#s(approx (+ (* x x) 1) (fma.f32 x x #s(literal 1 binary32)))
#s(approx (* x x) (*.f32 x x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log.f32 x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (/.f32 x x) (log.f32 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) (/.f32 x x)) (log.f32 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/6 binary32) (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) (/.f32 x x))) (log.f32 x)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) x)
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (+.f32 (/.f32 x x) #s(literal 1 binary32)) x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (/.f32 x x)) x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (/.f32 x x)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x))
#s(approx (sqrt (+ (* x x) 1)) x)
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) x))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x))
#s(approx (+ (* x x) 1) (*.f32 x x))
#s(approx (+ (* x x) 1) (fma.f32 (*.f32 x x) #s(literal 1 binary32) #s(literal 1 binary32)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 (neg.f32 x) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) #s(literal -1/2 binary32) x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) x) #s(literal -1/6 binary32) (*.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) #s(literal 1/2 binary32))) x) #s(literal -1 binary32) x) x))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (neg.f32 x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 x x) #s(literal -1 binary32) #s(literal 1 binary32))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (-.f32 x (/.f32 #s(literal 1/2 binary32) x)) x) #s(literal -1 binary32) #s(literal 1 binary32))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (fma.f32 (/.f32 (-.f32 #s(literal 1/2 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32))) x) #s(literal -1 binary32) x) x) #s(literal -1 binary32) #s(literal 1 binary32))))
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32))))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32)))))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32)))))

eval34.0ms (1.8%)

Memory
-30.1MiB live, 26.8MiB allocated; 10ms collecting garbage
Compiler

Compiled 2 180 to 626 computations (71.3% saved)

prune3.0ms (0.1%)

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

4 alts after pruning (4 fresh and 0 done)

PrunedKeptTotal
New1054109
Fresh000
Picked101
Done000
Total1064110
Accuracy
100.0%
Counts
110 → 4
Alt Table
Click to see full alt table
StatusAccuracyProgram
40.9%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
29.7%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x)
27.3%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) x)
99.5%
(copysign.f32 (asinh.f32 x) x)
Compiler

Compiled 44 to 32 computations (27.3% saved)

series7.0ms (0.3%)

Memory
12.6MiB live, 12.6MiB allocated; 0ms collecting garbage
Counts
19 → 58
Calls
Call 1
Inputs
(copysign.f32 (asinh.f32 x) x)
(asinh.f32 x)
x
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) x)
(log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x)))
(+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))
(fabs.f32 x)
#s(approx (sqrt (+ (* x x) 1)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x)
(log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))))
(+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))
(neg.f32 x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 x x #s(literal 1 binary32))
#s(literal 1 binary32)
Outputs
#s(approx (copysign (asinh x) x) #s(hole binary32 (copysign (log (+ x (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (asinh x) #s(hole binary32 x))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx x #s(hole binary32 x))
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (fabs x))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))))
#s(approx (fabs x) #s(hole binary32 (fabs x)))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2)))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))
#s(approx (neg x) #s(hole binary32 (* -1 x)))
#s(approx (+ (* x x) 1) #s(hole binary32 1))
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2))))
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x))))))
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4)))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (/ (fabs x) x)))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2)))
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2))))))
#s(approx (copysign (asinh x) x) #s(hole binary32 (copysign (log (- (sqrt (+ 1 (pow x 2))) (* -1 x))) x)))
#s(approx (asinh x) #s(hole binary32 (+ (log 1/2) (log (/ -1 x)))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 x)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (fabs x) x)))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x)))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x)))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))))
Calls

3 calls:

TimeVariablePointExpression
2.0ms
x
@-inf
((copysign (asinh x) x) (asinh x) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) (sqrt (+ (* x x) 1)) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (neg x) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (+ (* x x) 1) 1)
1.0ms
x
@0
((copysign (asinh x) x) (asinh x) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) (sqrt (+ (* x x) 1)) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (neg x) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (+ (* x x) 1) 1)
1.0ms
x
@inf
((copysign (asinh x) x) (asinh x) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) (sqrt (+ (* x x) 1)) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (neg x) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (+ (* x x) 1) 1)

rewrite183.0ms (9.7%)

Memory
2.2MiB live, 321.3MiB allocated; 53ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
02971415
03171167
117721032
08440983
Stop Event
iter-limit
node-limit
iter-limit
Counts
77 → 159
Calls
Call 1
Inputs
(copysign.f32 (asinh.f32 x) x)
(asinh.f32 x)
x
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) x)
(log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x)))
(+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))
(fabs.f32 x)
#s(approx (sqrt (+ (* x x) 1)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x)
(log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))))
(+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))
(neg.f32 x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 x x #s(literal 1 binary32))
#s(literal 1 binary32)
#s(approx (copysign (asinh x) x) #s(hole binary32 (copysign (log (+ x (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (asinh x) #s(hole binary32 x))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx x #s(hole binary32 x))
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (fabs x))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))))
#s(approx (fabs x) #s(hole binary32 (fabs x)))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2)))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))
#s(approx (neg x) #s(hole binary32 (* -1 x)))
#s(approx (+ (* x x) 1) #s(hole binary32 1))
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2))))
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x))))))
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4)))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (/ (fabs x) x)))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2)))
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2))))))
#s(approx (copysign (asinh x) x) #s(hole binary32 (copysign (log (- (sqrt (+ 1 (pow x 2))) (* -1 x))) x)))
#s(approx (asinh x) #s(hole binary32 (+ (log 1/2) (log (/ -1 x)))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 x)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (fabs x) x)))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x)))))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x)))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))))
Outputs
(copysign.f32 (asinh.f32 x) x)
(log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) x))
(-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))
(-.f32 (log.f32 (-.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 (neg.f32 x) #s(literal 3 binary32)))) (log.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))))
(-.f32 (log.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (-.f32 x (cosh.f32 (asinh.f32 x)))))
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))))
(asinh.f32 x)
x
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x)
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x))
(-.f32 (log.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)))) (log.f32 (-.f32 x #s(approx (sqrt (+ (* x x) 1)) x))))
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) x))))))
(/.f32 (+.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32))) (fma.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(approx (sqrt (+ (* x x) 1)) x) (-.f32 (*.f32 x x) (*.f32 #s(approx (sqrt (+ (* x x) 1)) x) x))))
(/.f32 (neg.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)))) (neg.f32 (-.f32 x #s(approx (sqrt (+ (* x x) 1)) x))))
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)))) (neg.f32 (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) x))))))
(/.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32))) (-.f32 x #s(approx (sqrt (+ (* x x) 1)) x)))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) x)))))
(-.f32 (/.f32 (*.f32 x x) (-.f32 x #s(approx (sqrt (+ (* x x) 1)) x))) (/.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (-.f32 x #s(approx (sqrt (+ (* x x) 1)) x))))
(+.f32 (/.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) x))))) (/.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)) (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) x))))))
(+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)
(+.f32 x #s(approx (sqrt (+ (* x x) 1)) x))
x
#s(approx (sqrt (+ (* x x) 1)) x)
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) x)) x)
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) x))
(-.f32 (log.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)))) (log.f32 (-.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))))
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))))))
(/.f32 (+.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32))) (+.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)) (-.f32 (*.f32 x x) (*.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) x))))
(/.f32 (neg.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)))) (neg.f32 (-.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))))
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 3 binary32)))) (neg.f32 (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))))))
(/.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32))) (-.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))))))
(-.f32 (/.f32 (*.f32 x x) (-.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) (/.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)) (-.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))))
(+.f32 (/.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))))) (/.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 3 binary32)) (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))))))
(+.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) x)
(+.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))
(*.f32 #s(literal -1 binary32) x)
(*.f32 x #s(literal -1 binary32))
(neg.f32 x)
(copysign.f32 (asinh.f32 x) x)
(log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) x))
(-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))
(-.f32 (log.f32 (-.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 (neg.f32 x) #s(literal 3 binary32)))) (log.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))))
(-.f32 (log.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (-.f32 x (cosh.f32 (asinh.f32 x)))))
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))))
(asinh.f32 x)
(/.f32 (+.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (cosh.f32 (asinh.f32 x)) x))))
(/.f32 (neg.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (neg.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 (neg.f32 x) #s(literal 3 binary32)))) (neg.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))))
(/.f32 (neg.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (-.f32 x (cosh.f32 (asinh.f32 x)))))
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (neg.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))))
(/.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)) (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))
(/.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (-.f32 x (cosh.f32 (asinh.f32 x))))
(/.f32 (-.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 (neg.f32 x) #s(literal 3 binary32))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x))))))
(-.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))) (/.f32 (*.f32 x x) (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))
(-.f32 (/.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))) (/.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))))
(-.f32 (/.f32 (*.f32 x x) (-.f32 x (cosh.f32 (asinh.f32 x)))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 x (cosh.f32 (asinh.f32 x)))))
(-.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))
(+.f32 (/.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))) (/.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))))
(+.f32 (cosh.f32 (asinh.f32 x)) x)
(+.f32 x (cosh.f32 (asinh.f32 x)))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(/.f32 (sqrt.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32))) (sqrt.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32))))
(/.f32 (sqrt.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32)))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (sqrt.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (sqrt.f32 (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))))
(/.f32 (sqrt.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32)))) (sqrt.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (+.f32 (exp.f32 (asinh.f32 x)) (exp.f32 (neg.f32 (asinh.f32 x)))) #s(literal 2 binary32))
(/.f32 #s(literal 1 binary32) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal -1/2 binary32)))
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 1 binary32))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/2 binary32))
(exp.f32 (*.f32 (log1p.f32 (*.f32 x x)) #s(literal 1/2 binary32)))
(cosh.f32 (neg.f32 (asinh.f32 x)))
(cosh.f32 (asinh.f32 (neg.f32 x)))
(cosh.f32 (asinh.f32 x))
(*.f32 (neg.f32 (cosh.f32 (asinh.f32 x))) (neg.f32 (cosh.f32 (asinh.f32 x))))
(*.f32 (fabs.f32 (cosh.f32 (asinh.f32 x))) (fabs.f32 (cosh.f32 (asinh.f32 x))))
(*.f32 (cosh.f32 (asinh.f32 x)) (cosh.f32 (asinh.f32 x)))
(sqrt.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (neg.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32))) (neg.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32)))) (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (neg.f32 (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32)))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) #s(literal 1 binary32)))
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(/.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32)))))
(/.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x)))))
(-.f32 (/.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) #s(literal 1 binary32))))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(fma.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)) #s(literal 1 binary32))
(fma.f32 (neg.f32 x) (neg.f32 x) #s(literal 1 binary32))
(fma.f32 x x #s(literal 1 binary32))
(pow.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1/2 binary32))
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 2 binary32))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32))
(+.f32 (/.f32 (pow.f32 x #s(literal 6 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))))
(+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 (pow.f32 x #s(literal 6 binary32)) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))))
(+.f32 (*.f32 x x) #s(literal 1 binary32))
(+.f32 #s(literal 1 binary32) (*.f32 x x))
#s(literal 1 binary32)
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (fabs x) x)
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log1p.f32 x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32) (log1p.f32 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (fma.f32 (*.f32 #s(literal 1/720 binary32) (*.f32 x x)) (+.f32 (fma.f32 #s(literal 45 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 30 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32)))) (/.f32 #s(literal 45 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) #s(literal -1/24 binary32))) (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 #s(literal 1 binary32) x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) x) #s(literal 1 binary32)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) x) #s(literal 1 binary32)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) x) #s(literal 1 binary32)))
#s(approx (fabs x) x)
#s(approx (sqrt (+ (* x x) 1)) #s(literal 1 binary32))
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (neg x) (neg.f32 x))
#s(approx (+ (* x x) 1) #s(literal 1 binary32))
#s(approx (+ (* x x) 1) (fma.f32 x x #s(literal 1 binary32)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log.f32 (*.f32 x #s(literal 2 binary32))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32) (log.f32 x)) (log.f32 #s(literal 2 binary32))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32) (log.f32 x)) (log.f32 #s(literal 2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (+.f32 (log.f32 (*.f32 x #s(literal 2 binary32))) (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 5/96 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32)))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log.f32 x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (/.f32 x x) (log.f32 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) (/.f32 x x)) (log.f32 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/6 binary32) (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) (/.f32 x x))) (log.f32 x)))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) x)
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (+.f32 (/.f32 x x) #s(literal 1 binary32)) x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) (/.f32 x x)) #s(literal 1 binary32)) x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) (/.f32 x x)) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x))
#s(approx (sqrt (+ (* x x) 1)) x)
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) x))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x))
#s(approx (+ (* x x) 1) (*.f32 x x))
#s(approx (+ (* x x) 1) (fma.f32 (*.f32 x x) #s(literal 1 binary32) #s(literal 1 binary32)))
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 5/96 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 (neg.f32 x) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) #s(literal -1/2 binary32) x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) x) #s(literal -1/6 binary32) (*.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) #s(literal 1/2 binary32))) x) #s(literal -1 binary32) x) x))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (neg.f32 x))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 x x) #s(literal -1 binary32) #s(literal 1 binary32))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (-.f32 x (/.f32 #s(literal 1/2 binary32) x)) x) #s(literal -1 binary32) #s(literal 1 binary32))))
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (fma.f32 (/.f32 (-.f32 #s(literal 1/2 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32))) x) #s(literal -1 binary32) x) x) #s(literal -1 binary32) #s(literal 1 binary32))))
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32))))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32)))))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32)))))

eval21.0ms (1.1%)

Memory
-1.0MiB live, 56.2MiB allocated; 8ms collecting garbage
Compiler

Compiled 3 730 to 801 computations (78.5% saved)

prune7.0ms (0.4%)

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

9 alts after pruning (6 fresh and 3 done)

PrunedKeptTotal
New1626168
Fresh000
Picked134
Done000
Total1639172
Accuracy
100.0%
Counts
172 → 9
Alt Table
Click to see full alt table
StatusAccuracyProgram
16.3%
(copysign.f32 (-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))) x)
40.9%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
29.7%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x)
24.5%
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x)
99.5%
(copysign.f32 (asinh.f32 x) x)
56.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
56.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
56.1%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x)
57.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) x)
Compiler

Compiled 282 to 192 computations (31.9% saved)

series13.0ms (0.7%)

Memory
-12.2MiB live, 34.9MiB allocated; 1ms collecting garbage
Counts
30 → 114
Calls
Call 1
Inputs
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x)
x
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)
(fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32))
#s(literal -1/6 binary32)
(*.f32 x x)
#s(literal 1 binary32)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)
(fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32))
(-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32))
(*.f32 #s(literal 3/40 binary32) (*.f32 x x))
#s(literal 3/40 binary32)
#s(literal 1/6 binary32)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)
(fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32))
(-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32))
(*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x))
(fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32))
#s(literal -5/112 binary32)
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x)
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x))
(+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)
#s(approx (sqrt (+ (* x x) 1)) x)
Outputs
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx x #s(hole binary32 x))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 x))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 1))
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2)))))
#s(approx (* x x) #s(hole binary32 (pow x 2)))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 x))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 1))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2)))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 -1/6))
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6)))
#s(approx (* 3/40 (* x x)) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 x))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 1))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2)))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 -1/6))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6)))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) #s(hole binary32 (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2))))))
#s(approx (+ (* -5/112 (* x x)) 3/40) #s(hole binary32 3/40))
#s(approx (+ (* -5/112 (* x x)) 3/40) #s(hole binary32 (+ 3/40 (* -5/112 (pow x 2)))))
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) #s(hole binary32 (copysign (log (+ x (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 1))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 x)))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 (* x (+ 1 (* 1/2 x))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2)))))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2)))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* -1/6 (pow x 3))))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))))
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (* -1/6 (pow x 2))))
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (* (pow x 2) (- (/ 1 (pow x 2)) 1/6))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* 3/40 (pow x 5))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* 3/40 (pow x 4))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (* (pow x 2) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -5/112 (pow x 7))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 7) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* -5/112 (pow x 6))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 6) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (* -5/112 (pow x 4))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) #s(hole binary32 (* -5/112 (pow x 4))))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) #s(hole binary32 (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (+ (* -5/112 (* x x)) 3/40) #s(hole binary32 (* -5/112 (pow x 2))))
#s(approx (+ (* -5/112 (* x x)) 3/40) #s(hole binary32 (* (pow x 2) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4)))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4)))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* 2 x)))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4))))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 7) (- 5/112 (* 3/40 (/ 1 (pow x 2))))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (* 3/40 (/ 1 (pow x 2))))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))))))))
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) #s(hole binary32 (copysign (log (- (sqrt (+ 1 (pow x 2))) (* -1 x))) x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 1/2) (log (/ -1 x)))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (/ -1/2 x)))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x)))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))))
Calls

3 calls:

TimeVariablePointExpression
4.0ms
x
@inf
((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* -1/6 (* x x)) 1) x) (+ (* -1/6 (* x x)) 1) -1/6 (* x x) 1 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (- (* 3/40 (* x x)) 1/6) (* 3/40 (* x x)) 3/40 1/6 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* (+ (* -5/112 (* x x)) 3/40) (* x x)) (+ (* -5/112 (* x x)) 3/40) -5/112 (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) (log (+ (sqrt (+ (* x x) 1)) x)) (+ (sqrt (+ (* x x) 1)) x) (sqrt (+ (* x x) 1)))
4.0ms
x
@-inf
((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* -1/6 (* x x)) 1) x) (+ (* -1/6 (* x x)) 1) -1/6 (* x x) 1 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (- (* 3/40 (* x x)) 1/6) (* 3/40 (* x x)) 3/40 1/6 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* (+ (* -5/112 (* x x)) 3/40) (* x x)) (+ (* -5/112 (* x x)) 3/40) -5/112 (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) (log (+ (sqrt (+ (* x x) 1)) x)) (+ (sqrt (+ (* x x) 1)) x) (sqrt (+ (* x x) 1)))
4.0ms
x
@0
((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* -1/6 (* x x)) 1) x) (+ (* -1/6 (* x x)) 1) -1/6 (* x x) 1 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (- (* 3/40 (* x x)) 1/6) (* 3/40 (* x x)) 3/40 1/6 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* (+ (* -5/112 (* x x)) 3/40) (* x x)) (+ (* -5/112 (* x x)) 3/40) -5/112 (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) (log (+ (sqrt (+ (* x x) 1)) x)) (+ (sqrt (+ (* x x) 1)) x) (sqrt (+ (* x x) 1)))

rewrite241.0ms (12.8%)

Memory
30.7MiB live, 446.2MiB allocated; 45ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
04283160
04632774
122302548
096682499
Stop Event
iter-limit
node-limit
iter-limit
Counts
144 → 274
Calls
Call 1
Inputs
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x)
x
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)
(fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32))
#s(literal -1/6 binary32)
(*.f32 x x)
#s(literal 1 binary32)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)
(fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32))
(-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32))
(*.f32 #s(literal 3/40 binary32) (*.f32 x x))
#s(literal 3/40 binary32)
#s(literal 1/6 binary32)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)
(fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32))
(-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32))
(*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x))
(fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32))
#s(literal -5/112 binary32)
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x)
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x))
(+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)
#s(approx (sqrt (+ (* x x) 1)) x)
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx x #s(hole binary32 x))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 x))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 1))
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2)))))
#s(approx (* x x) #s(hole binary32 (pow x 2)))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 x))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 1))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2)))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 -1/6))
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6)))
#s(approx (* 3/40 (* x x)) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 x))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 1))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2)))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 -1/6))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6)))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) #s(hole binary32 (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2))))))
#s(approx (+ (* -5/112 (* x x)) 3/40) #s(hole binary32 3/40))
#s(approx (+ (* -5/112 (* x x)) 3/40) #s(hole binary32 (+ 3/40 (* -5/112 (pow x 2)))))
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) #s(hole binary32 (copysign (log (+ x (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 1))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 x)))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 (* x (+ 1 (* 1/2 x))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2)))))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2)))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* -1/6 (pow x 3))))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))))
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (* -1/6 (pow x 2))))
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (* (pow x 2) (- (/ 1 (pow x 2)) 1/6))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* 3/40 (pow x 5))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* 3/40 (pow x 4))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (* (pow x 2) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -5/112 (pow x 7))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 7) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* -5/112 (pow x 6))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 6) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (* -5/112 (pow x 4))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(hole binary32 (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) #s(hole binary32 (* -5/112 (pow x 4))))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) #s(hole binary32 (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (+ (* -5/112 (* x x)) 3/40) #s(hole binary32 (* -5/112 (pow x 2))))
#s(approx (+ (* -5/112 (* x x)) 3/40) #s(hole binary32 (* (pow x 2) (- (* 3/40 (/ 1 (pow x 2))) 5/112))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4)))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4)))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* 2 x)))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4))))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 7) (- 5/112 (* 3/40 (/ 1 (pow x 2))))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (* 3/40 (/ 1 (pow x 2))))))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))))))))
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) #s(hole binary32 (copysign (log (- (sqrt (+ 1 (pow x 2))) (* -1 x))) x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 1/2) (log (/ -1 x)))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (/ -1/2 x)))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x)))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))))
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))))
Outputs
(copysign.f32 #s(approx (log (+ (sqrt (+ (* x x) 1)) x)) x) x)
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) x)
x
(copysign.f32 #s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x)) x)
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x)
(*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32))) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (*.f32 (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32))) (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))))))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x) (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)) (*.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)))))
(+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))
(+.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) #s(literal 1 binary32))) (neg.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)))) (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))))
(/.f32 (neg.f32 (fma.f32 #s(literal -1/216 binary32) (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (neg.f32 (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (+.f32 #s(literal 1 binary32) (*.f32 #s(literal -1/216 binary32) (pow.f32 x #s(literal 6 binary32))))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))))))
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32)))
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32))))
(/.f32 (fma.f32 #s(literal -1/216 binary32) (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32)))))
(/.f32 (+.f32 #s(literal 1 binary32) (*.f32 #s(literal -1/216 binary32) (pow.f32 x #s(literal 6 binary32)))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32))))))
(-.f32 (/.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (-.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32))))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))) (/.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))))
(-.f32 #s(literal 1 binary32) (*.f32 #s(literal 1/6 binary32) (*.f32 x x)))
(fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32))
(fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32))
(fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32))
(+.f32 (/.f32 (*.f32 #s(literal -1/216 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32))))))
(+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))))) (/.f32 (*.f32 #s(literal -1/216 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))))))
(+.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32))
(+.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))
#s(literal -1/6 binary32)
(*.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)))
(*.f32 (neg.f32 x) (neg.f32 x))
(*.f32 x x)
(sqrt.f32 (pow.f32 x #s(literal 4 binary32)))
(pow.f32 (neg.f32 x) #s(literal 2 binary32))
(pow.f32 (*.f32 x x) #s(literal 1 binary32))
(pow.f32 x #s(literal 2 binary32))
(fabs.f32 (*.f32 (neg.f32 x) x))
(fabs.f32 (*.f32 x (neg.f32 x)))
(fabs.f32 (*.f32 x x))
(+.f32 (cosh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) (sinh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))))
(exp.f32 (*.f32 (log.f32 x) #s(literal 2 binary32)))
#s(literal 1 binary32)
(copysign.f32 #s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)
(*.f32 x (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (*.f32 (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))) (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))) (*.f32 x (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))))))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x)) (*.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x)))))
(+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x))
(+.f32 x (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)))) (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) #s(literal 1 binary32))) (neg.f32 (-.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (+.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 3 binary32)))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))))))
(/.f32 (neg.f32 (fma.f32 (pow.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (neg.f32 (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))))
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))))
(/.f32 (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32)))
(/.f32 (+.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 3 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))))))
(/.f32 (fma.f32 (pow.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))) (/.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))))
(-.f32 (/.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))
(-.f32 #s(literal 1 binary32) (*.f32 (neg.f32 (*.f32 x x)) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))))
(fma.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x #s(literal 1 binary32))
(fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32))
(fma.f32 (*.f32 x x) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) #s(literal 1 binary32))
(+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))))) (/.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 3 binary32)) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))))))
(+.f32 (/.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 3 binary32)) (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))))
(+.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))
(+.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))
(/.f32 (neg.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) #s(literal 1/36 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32))))
(/.f32 (neg.f32 (-.f32 (*.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32))) #s(literal 1/216 binary32))) (neg.f32 (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))))))
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) #s(literal 1/36 binary32)) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32)))
(/.f32 (-.f32 (*.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32))) #s(literal 1/216 binary32)) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)))))
(-.f32 (/.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32))) (/.f32 #s(literal 1/36 binary32) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32))))
(-.f32 (/.f32 (*.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))))) (/.f32 #s(literal 1/216 binary32) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))))))
(-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))
(*.f32 (*.f32 #s(literal 3/40 binary32) x) x)
(*.f32 (*.f32 x x) #s(literal 3/40 binary32))
(*.f32 #s(literal 3/40 binary32) (*.f32 x x))
#s(literal 3/40 binary32)
#s(literal 1/6 binary32)
(copysign.f32 #s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)
(*.f32 x (fma.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x))) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (*.f32 (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x))) (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)))) (*.f32 x (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)))))))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) x) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) x) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) x)) (*.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) x)))))
(+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) x))
(+.f32 x (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)))) (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) #s(literal 1 binary32))) (neg.f32 (-.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (+.f32 #s(literal 1 binary32) (*.f32 (pow.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32))))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)))))))
(/.f32 (neg.f32 (fma.f32 (pow.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (neg.f32 (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))))
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x))))
(/.f32 (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32)))
(/.f32 (+.f32 #s(literal 1 binary32) (*.f32 (pow.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x))))))
(/.f32 (fma.f32 (pow.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)))) (/.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)))))
(-.f32 (/.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))
(-.f32 #s(literal 1 binary32) (*.f32 (neg.f32 (*.f32 x x)) (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32))))
(fma.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) x) x #s(literal 1 binary32))
(fma.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32))
(fma.f32 (*.f32 x x) (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) #s(literal 1 binary32))
(+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)))))) (/.f32 (*.f32 (pow.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)))))))
(+.f32 (/.f32 (*.f32 (pow.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32))) (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))))))
(+.f32 (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32))
(+.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x)))
(/.f32 (neg.f32 (-.f32 (pow.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 2 binary32)) #s(literal 1/36 binary32))) (neg.f32 (fma.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) (*.f32 x x) #s(literal 1/6 binary32))))
(/.f32 (neg.f32 (-.f32 (*.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32))) #s(literal 1/216 binary32))) (neg.f32 (+.f32 (pow.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32))))))
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 2 binary32)) #s(literal 1/36 binary32)) (fma.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) (*.f32 x x) #s(literal 1/6 binary32)))
(/.f32 (-.f32 (*.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32))) #s(literal 1/216 binary32)) (+.f32 (pow.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)))))
(-.f32 (/.f32 (pow.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 2 binary32)) (fma.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) (*.f32 x x) #s(literal 1/6 binary32))) (/.f32 #s(literal 1/36 binary32) (fma.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) (*.f32 x x) #s(literal 1/6 binary32))))
(-.f32 (/.f32 (*.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32))) (+.f32 (pow.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32))))) (/.f32 #s(literal 1/216 binary32) (+.f32 (pow.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32))))))
(-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32))
(*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x)
(*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) (*.f32 x x))
(*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)))
(/.f32 (fma.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32)) (pow.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) (*.f32 x x)) #s(literal 3 binary32))) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) (-.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) (*.f32 x x))) (*.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) (*.f32 x x))))))
(/.f32 (fma.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32)) (pow.f32 (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) #s(literal -5/112 binary32))) #s(literal 3 binary32))) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) (-.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) #s(literal -5/112 binary32))) (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))) (*.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))))))
(fma.f32 (*.f32 #s(literal 3/40 binary32) x) x (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) (*.f32 x x)))
(fma.f32 (*.f32 #s(literal 3/40 binary32) x) x (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) #s(literal -5/112 binary32))))
(fma.f32 (*.f32 x x) #s(literal 3/40 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) (*.f32 x x)))
(fma.f32 (*.f32 x x) #s(literal 3/40 binary32) (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) #s(literal -5/112 binary32))))
(fma.f32 #s(literal 3/40 binary32) (*.f32 x x) (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) (*.f32 x x)))
(fma.f32 #s(literal 3/40 binary32) (*.f32 x x) (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) #s(literal -5/112 binary32))))
(+.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) (*.f32 x x)))
(+.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) #s(literal -5/112 binary32))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) #s(literal 9/1600 binary32))) (neg.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 3/40 binary32))))
(/.f32 (neg.f32 (-.f32 #s(literal 9/1600 binary32) (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)))) (neg.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))))
(/.f32 (neg.f32 (fma.f32 #s(literal -125/1404928 binary32) (pow.f32 x #s(literal 6 binary32)) #s(literal 27/64000 binary32))) (neg.f32 (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 9/1600 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 3/40 binary32))))))
(/.f32 (neg.f32 (+.f32 #s(literal 27/64000 binary32) (*.f32 #s(literal -125/1404928 binary32) (pow.f32 x #s(literal 6 binary32))))) (neg.f32 (+.f32 #s(literal 9/1600 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (*.f32 #s(literal 3/40 binary32) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))))))
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) #s(literal 9/1600 binary32)) (-.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 3/40 binary32)))
(/.f32 (-.f32 #s(literal 9/1600 binary32) (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32))) (-.f32 #s(literal 3/40 binary32) (*.f32 (*.f32 x x) #s(literal -5/112 binary32))))
(/.f32 (fma.f32 #s(literal -125/1404928 binary32) (pow.f32 x #s(literal 6 binary32)) #s(literal 27/64000 binary32)) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 9/1600 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 3/40 binary32)))))
(/.f32 (+.f32 #s(literal 27/64000 binary32) (*.f32 #s(literal -125/1404928 binary32) (pow.f32 x #s(literal 6 binary32)))) (+.f32 #s(literal 9/1600 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (*.f32 #s(literal 3/40 binary32) (*.f32 (*.f32 x x) #s(literal -5/112 binary32))))))
(-.f32 (/.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (-.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 3/40 binary32))) (/.f32 #s(literal 9/1600 binary32) (-.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 3/40 binary32))))
(-.f32 (/.f32 #s(literal 9/1600 binary32) (-.f32 #s(literal 3/40 binary32) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))) (/.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 3/40 binary32) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))))
(-.f32 #s(literal 3/40 binary32) (*.f32 #s(literal 5/112 binary32) (*.f32 x x)))
(fma.f32 (*.f32 #s(literal -5/112 binary32) x) x #s(literal 3/40 binary32))
(fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32))
(fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32))
(+.f32 (/.f32 (*.f32 #s(literal -125/1404928 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 9/1600 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 3/40 binary32))))) (/.f32 #s(literal 27/64000 binary32) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 9/1600 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 3/40 binary32))))))
(+.f32 (/.f32 #s(literal 27/64000 binary32) (+.f32 #s(literal 9/1600 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (*.f32 #s(literal 3/40 binary32) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))))) (/.f32 (*.f32 #s(literal -125/1404928 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 #s(literal 9/1600 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 2 binary32)) (*.f32 #s(literal 3/40 binary32) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))))))
(+.f32 (*.f32 (*.f32 x x) #s(literal -5/112 binary32)) #s(literal 3/40 binary32))
(+.f32 #s(literal 3/40 binary32) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))
#s(literal -5/112 binary32)
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x)
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x))
(-.f32 (log.f32 (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x x))) (log.f32 (-.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)))
(-.f32 (log.f32 (+.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32)))) (log.f32 (fma.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(approx (sqrt (+ (* x x) 1)) x) (-.f32 (*.f32 x x) (*.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)))))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) x)))))
(/.f32 (neg.f32 (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x x))) (neg.f32 (-.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)))
(/.f32 (neg.f32 (+.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32)))) (neg.f32 (fma.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(approx (sqrt (+ (* x x) 1)) x) (-.f32 (*.f32 x x) (*.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)))))
(/.f32 (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x x)) (-.f32 #s(approx (sqrt (+ (* x x) 1)) x) x))
(/.f32 (+.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32))) (fma.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(approx (sqrt (+ (* x x) 1)) x) (-.f32 (*.f32 x x) (*.f32 #s(approx (sqrt (+ (* x x) 1)) x) x))))
(-.f32 (/.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (-.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) (/.f32 (*.f32 x x) (-.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)))
(+.f32 (/.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)) (fma.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(approx (sqrt (+ (* x x) 1)) x) (-.f32 (*.f32 x x) (*.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)))) (/.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(approx (sqrt (+ (* x x) 1)) x) (-.f32 (*.f32 x x) (*.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)))))
(+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)
(+.f32 x #s(approx (sqrt (+ (* x x) 1)) x))
#s(approx (sqrt (+ (* x x) 1)) x)
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) (copysign.f32 (asinh.f32 x) x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (log1p.f32 x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32) (log1p.f32 x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (fma.f32 (fma.f32 (*.f32 #s(literal 1/720 binary32) (*.f32 x x)) (+.f32 (fma.f32 #s(literal 45 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 30 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32)))) (/.f32 #s(literal 45 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) #s(literal -1/24 binary32))) (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)))
#s(approx x x)
#s(approx (* (+ (* -1/6 (* x x)) 1) x) x)
#s(approx (* (+ (* -1/6 (* x x)) 1) x) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
#s(approx (+ (* -1/6 (* x x)) 1) #s(literal 1 binary32))
#s(approx (+ (* -1/6 (* x x)) 1) (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)))
#s(approx (* x x) (*.f32 x x))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) x)
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(literal 1 binary32))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (- (* 3/40 (* x x)) 1/6) #s(literal -1/6 binary32))
#s(approx (- (* 3/40 (* x x)) 1/6) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)))
#s(approx (* 3/40 (* x x)) (*.f32 (*.f32 x x) #s(literal 3/40 binary32)))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) x)
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) #s(literal 1 binary32))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (fma.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) #s(literal -1/6 binary32))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) (*.f32 (*.f32 x x) #s(literal 3/40 binary32)))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x))
#s(approx (+ (* -5/112 (* x x)) 3/40) #s(literal 3/40 binary32))
#s(approx (+ (* -5/112 (* x x)) 3/40) (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)))
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) (copysign.f32 (asinh.f32 x) x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) x)
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -5/112 binary32) #s(literal 3/40 binary32)) x) x) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(literal 1 binary32))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (+.f32 #s(literal 1 binary32) x))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (fma.f32 (fma.f32 #s(literal 1/2 binary32) x #s(literal 1 binary32)) x #s(literal 1 binary32)))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (fma.f32 (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x #s(literal 1 binary32)))
#s(approx (sqrt (+ (* x x) 1)) #s(literal 1 binary32))
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (log.f32 x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (+.f32 (/.f32 x x) (log.f32 x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (+.f32 (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) (/.f32 x x)) (log.f32 x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (+.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/6 binary32) (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) (/.f32 x x))) (log.f32 x)))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) (*.f32 (-.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32))))
#s(approx (+ (* -1/6 (* x x)) 1) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))
#s(approx (+ (* -1/6 (* x x)) 1) (*.f32 (-.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (pow.f32 x #s(literal 5 binary32)) #s(literal 3/40 binary32)))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (-.f32 (+.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 3/40 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (*.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 3/40 binary32)))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (*.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)))))
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (*.f32 (-.f32 (+.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 3/40 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 4 binary32))))
#s(approx (- (* 3/40 (* x x)) 1/6) (*.f32 (*.f32 x x) #s(literal 3/40 binary32)))
#s(approx (- (* 3/40 (* x x)) 1/6) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (*.f32 x x)))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (*.f32 (pow.f32 x #s(literal 7 binary32)) #s(literal -5/112 binary32)))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32)) #s(literal 5/112 binary32)) (pow.f32 x #s(literal 7 binary32))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (*.f32 (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32)) #s(literal 5/112 binary32)) (/.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal 4 binary32)))) (pow.f32 x #s(literal 7 binary32))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (*.f32 (-.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32) (pow.f32 x #s(literal -6 binary32))) #s(literal 5/112 binary32)) (/.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal 4 binary32)))) (pow.f32 x #s(literal 7 binary32))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (*.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal -5/112 binary32)))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (*.f32 (pow.f32 x #s(literal 6 binary32)) (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32)) #s(literal 5/112 binary32))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (*.f32 (pow.f32 x #s(literal 6 binary32)) (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32)) #s(literal 5/112 binary32)) (/.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal 4 binary32))))))
#s(approx (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) (*.f32 (-.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32) (pow.f32 x #s(literal -6 binary32))) #s(literal 5/112 binary32)) (/.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal 4 binary32)))) (pow.f32 x #s(literal 6 binary32))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (*.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal -5/112 binary32)))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32)) #s(literal 5/112 binary32)) (pow.f32 x #s(literal 4 binary32))))
#s(approx (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (*.f32 (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32)) #s(literal 5/112 binary32)) (/.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal 4 binary32)))) (pow.f32 x #s(literal 4 binary32))))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) (*.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal -5/112 binary32)))
#s(approx (* (+ (* -5/112 (* x x)) 3/40) (* x x)) (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32)) #s(literal 5/112 binary32)) (pow.f32 x #s(literal 4 binary32))))
#s(approx (+ (* -5/112 (* x x)) 3/40) (*.f32 (*.f32 x x) #s(literal -5/112 binary32)))
#s(approx (+ (* -5/112 (* x x)) 3/40) (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32)) #s(literal 5/112 binary32)) (*.f32 x x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (log.f32 (*.f32 #s(literal 2 binary32) x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (+.f32 (fma.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)) (log.f32 x)) (log.f32 #s(literal 2 binary32))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (+.f32 (fma.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)) (log.f32 x)) (log.f32 #s(literal 2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (+.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)) (fma.f32 #s(literal 5/96 binary32) (pow.f32 x #s(literal -6 binary32)) (*.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32))))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (*.f32 #s(literal 2 binary32) x))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (*.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 2 binary32)) x))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (*.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 2 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))) x))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 2 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))) x))
#s(approx (sqrt (+ (* x x) 1)) x)
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) x))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))) x))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))) x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 (neg.f32 x) x)))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) #s(literal -1/2 binary32) x) x))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) x) #s(literal -1/6 binary32) (*.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) #s(literal 1/2 binary32))) x) #s(literal -1 binary32) x) x) #s(literal -1 binary32) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))))
#s(approx (* (+ (* -1/6 (* x x)) 1) x) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal -2 binary32)))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (neg.f32 (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32)) (pow.f32 x #s(literal 5 binary32)))))
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (neg.f32 (*.f32 (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32)) (pow.f32 x #s(literal -4 binary32))) (pow.f32 x #s(literal 5 binary32)))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (neg.f32 (*.f32 (-.f32 #s(literal 5/112 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32))) (pow.f32 x #s(literal 7 binary32)))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (neg.f32 (*.f32 (-.f32 (+.f32 (/.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal 4 binary32))) #s(literal 5/112 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32))) (pow.f32 x #s(literal 7 binary32)))))
#s(approx (* (+ (* (- (* (+ (* -5/112 (* x x)) 3/40) (* x x)) 1/6) (* x x)) 1) x) (neg.f32 (*.f32 (-.f32 (+.f32 (/.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal 4 binary32))) #s(literal 5/112 binary32)) (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3/40 binary32) (pow.f32 x #s(literal -6 binary32)))) (pow.f32 x #s(literal 7 binary32)))))
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) (copysign.f32 (asinh.f32 x) x))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (*.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (*.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)))))
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (fma.f32 #s(literal 5/96 binary32) (pow.f32 x #s(literal -6 binary32)) (*.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32))))))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (/.f32 #s(literal -1/2 binary32) x))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (neg.f32 (/.f32 (-.f32 #s(literal 1/2 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32))) x)))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (neg.f32 (/.f32 (-.f32 (+.f32 (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 4 binary32))) #s(literal 1/2 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32))) x)))
#s(approx (+ (sqrt (+ (* x x) 1)) x) (neg.f32 (/.f32 (-.f32 (+.f32 (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 4 binary32))) #s(literal 1/2 binary32)) (fma.f32 #s(literal 5/128 binary32) (pow.f32 x #s(literal -6 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32)))) x)))
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32))))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32))))))
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32))))))

eval63.0ms (3.4%)

Memory
-41.4MiB live, 151.1MiB allocated; 36ms collecting garbage
Compiler

Compiled 13 571 to 1 915 computations (85.9% saved)

prune26.0ms (1.4%)

Memory
19.4MiB live, 59.5MiB allocated; 12ms collecting garbage
Pruning

11 alts after pruning (3 fresh and 8 done)

PrunedKeptTotal
New3782380
Fresh011
Picked055
Done033
Total37811389
Accuracy
100.0%
Counts
389 → 11
Alt Table
Click to see full alt table
StatusAccuracyProgram
16.3%
(copysign.f32 (-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))) x)
40.9%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
29.7%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x)
24.5%
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x)
99.5%
(copysign.f32 (asinh.f32 x) x)
56.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x))) x)
56.1%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x)
56.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
56.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
56.1%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x)
57.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) x)
Compiler

Compiled 206 to 140 computations (32% saved)

series43.0ms (2.3%)

Memory
-15.9MiB live, 92.5MiB allocated; 29ms collecting garbage
Counts
28 → 112
Calls
Call 1
Inputs
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)))
(+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))
x
(*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)
(*.f32 (*.f32 x x) #s(literal -1/6 binary32))
(*.f32 x x)
#s(literal -1/6 binary32)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x))) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x)))
(+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x))
(*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x)
(*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))
(-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))
(*.f32 (*.f32 x x) #s(literal 3/40 binary32))
#s(literal 3/40 binary32)
#s(literal 1/6 binary32)
(copysign.f32 (-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))) x)
(-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))
(log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)))
(-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))
(fma.f32 x x #s(literal 1 binary32))
#s(literal 1 binary32)
(log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))
(+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))
(cosh.f32 (asinh.f32 x))
(asinh.f32 x)
(neg.f32 x)
Outputs
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 x))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx x #s(hole binary32 x))
#s(approx (* (* (* x x) -1/6) x) #s(hole binary32 (* -1/6 (pow x 3))))
#s(approx (* (* x x) -1/6) #s(hole binary32 (* -1/6 (pow x 2))))
#s(approx (* x x) #s(hole binary32 (pow x 2)))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 x))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* -1/6 (pow x 3))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* (pow x 3) (- (* 3/40 (pow x 2)) 1/6))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) #s(hole binary32 (* -1/6 (pow x 2))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) #s(hole binary32 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 -1/6))
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6)))
#s(approx (* (* x x) 3/40) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (copysign (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) x) #s(hole binary32 (copysign (neg (log (- (* 1/2 (+ x (+ (sqrt (+ 1 (pow x 2))) (/ 1 (+ x (sqrt (+ 1 (pow x 2)))))))) x))) x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx (log (- (+ (* x x) 1) (* x x))) #s(hole binary32 0))
#s(approx (- (+ (* x x) 1) (* x x)) #s(hole binary32 1))
#s(approx (+ (* x x) 1) #s(hole binary32 1))
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* -1 x)))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* x (- (* 1/6 (pow x 2)) 1))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* x (- (* (pow x 2) (+ 1/6 (* -3/40 (pow x 2)))) 1))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* x (- (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* 5/112 (pow x 2)) 3/40)))) 1))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 1))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (+ 1 (* -1 x))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (+ 1 (* x (- (* 1/2 x) 1)))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (+ 1 (* x (- (* x (+ 1/2 (* -1/8 (pow x 2)))) 1)))))
#s(approx (cosh (asinh x)) #s(hole binary32 1))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2)))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))
#s(approx (asinh x) #s(hole binary32 x))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx (neg x) #s(hole binary32 (* -1 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* -1/6 (pow x 3))))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* 3/40 (pow x 5))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* 3/40 (pow x 5))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) #s(hole binary32 (* 3/40 (pow x 4))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) #s(hole binary32 (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (* (pow x 2) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (* -1 (+ (log -1) (* -1 (log (/ 1 x)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* 1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (+ (log -1) (* -1 (log (/ 1 x)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* 1/8 (/ (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 2) (pow x 2))) (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* -1/6 (/ (+ (* -3 (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))))) (* -1/4 (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 3))) (pow x 3))) (+ (log -1) (+ (* -1 (log (/ 1 x))) (+ (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (* -1/8 (/ (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 2) (pow x 2)))))))))
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2)))
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (log -1) (* -1 (log (/ 1 x))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ 1 x))) (+ (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (* -1/8 (/ (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 2) (pow x 2))))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ 1 x))) (+ (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (+ (* -1/8 (/ (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 2) (pow x 2))) (* 1/6 (/ (+ (* -3 (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))))) (* -1/4 (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 3))) (pow x 3)))))))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* -1 x)))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* x (- (* 1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) 1))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* x (- (+ (* 1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 3)))) 1))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* x (- (+ (* 1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (+ (* 1/2 (/ (+ (* -1/16 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/8 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 5))) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 3))))) 1))))
#s(approx (cosh (asinh x)) #s(hole binary32 (* 1/2 (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 2))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (+ (* 1/2 (/ (+ (* -1/16 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/8 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 4))) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 2)))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (+ (* 1/2 (/ (+ (* -1/16 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/8 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 4))) (+ (* 1/2 (/ (- (* 1/32 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 5/64 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 6))) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 2))))))))
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x))))))
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4)))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4))))))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))))
#s(approx (copysign (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) x) #s(hole binary32 (copysign (neg (log (+ (* -1 x) (* 1/2 (- (+ (sqrt (+ 1 (pow x 2))) (/ 1 (- (sqrt (+ 1 (pow x 2))) (* -1 x)))) (* -1 x)))))) x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (log (/ -1 x))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* 1/2 (/ (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) x)) (* -1 (log (/ -1 x))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* -1 (/ (- (* -1/8 (/ (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 2) x)) (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))) x)) (* -1 (log (/ -1 x))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* -1 (/ (- (* -1 (/ (- (* 1/6 (/ (+ (* 1/4 (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 3)) (* 3 (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))))) x)) (* -1/8 (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 2))) x)) (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))) x)) (* -1 (log (/ -1 x))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1/2 (/ (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* 1/8 (/ (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 2) x)) (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))) x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (/ (+ (* 1/4 (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 3)) (* 3 (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))))) x)) (* -1/8 (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 2))) x)) (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))) x)))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* -1 (* x (+ 1 (* -1/2 (/ (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) x)))))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2)))) x)))))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (+ (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2))) (* 1/2 (/ (- (* 1/8 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/16 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 4))))) x)))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (+ (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2))) (* 1/2 (/ (- (* 1/8 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/16 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 4)))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (+ (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2))) (+ (* 1/2 (/ (+ (* -5/64 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/32 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 6))) (* 1/2 (/ (- (* 1/8 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/16 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 4))))))))
#s(approx (asinh x) #s(hole binary32 (+ (log 1/2) (log (/ -1 x)))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))))
Calls

3 calls:

TimeVariablePointExpression
21.0ms
x
@inf
((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (* x x) -1/6) x)) x (* (* (* x x) -1/6) x) (* (* x x) -1/6) (* x x) -1/6 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) (* (- (* (* x x) 3/40) 1/6) (* x x)) (- (* (* x x) 3/40) 1/6) (* (* x x) 3/40) 3/40 1/6 (copysign (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) x) (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (log (- (+ (* x x) 1) (* x x))) (- (+ (* x x) 1) (* x x)) (+ (* x x) 1) 1 (log (+ (cosh (asinh x)) (neg x))) (+ (cosh (asinh x)) (neg x)) (cosh (asinh x)) (asinh x) (neg x))
15.0ms
x
@-inf
((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (* x x) -1/6) x)) x (* (* (* x x) -1/6) x) (* (* x x) -1/6) (* x x) -1/6 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) (* (- (* (* x x) 3/40) 1/6) (* x x)) (- (* (* x x) 3/40) 1/6) (* (* x x) 3/40) 3/40 1/6 (copysign (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) x) (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (log (- (+ (* x x) 1) (* x x))) (- (+ (* x x) 1) (* x x)) (+ (* x x) 1) 1 (log (+ (cosh (asinh x)) (neg x))) (+ (cosh (asinh x)) (neg x)) (cosh (asinh x)) (asinh x) (neg x))
4.0ms
x
@0
((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (* x x) -1/6) x)) x (* (* (* x x) -1/6) x) (* (* x x) -1/6) (* x x) -1/6 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) (* (- (* (* x x) 3/40) 1/6) (* x x)) (- (* (* x x) 3/40) 1/6) (* (* x x) 3/40) 3/40 1/6 (copysign (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) x) (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (log (- (+ (* x x) 1) (* x x))) (- (+ (* x x) 1) (* x x)) (+ (* x x) 1) 1 (log (+ (cosh (asinh x)) (neg x))) (+ (cosh (asinh x)) (neg x)) (cosh (asinh x)) (asinh x) (neg x))

rewrite219.0ms (11.7%)

Memory
39.4MiB live, 220.2MiB allocated; 49ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
05364195
05743666
132052690
086512583
Stop Event
iter-limit
node-limit
iter-limit
Counts
140 → 247
Calls
Call 1
Inputs
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)))
(+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))
x
(*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)
(*.f32 (*.f32 x x) #s(literal -1/6 binary32))
(*.f32 x x)
#s(literal -1/6 binary32)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x))) x)
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x)))
(+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x))
(*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x)
(*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))
(-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))
(*.f32 (*.f32 x x) #s(literal 3/40 binary32))
#s(literal 3/40 binary32)
#s(literal 1/6 binary32)
(copysign.f32 (-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))) x)
(-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))
(log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)))
(-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))
(fma.f32 x x #s(literal 1 binary32))
#s(literal 1 binary32)
(log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))
(+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))
(cosh.f32 (asinh.f32 x))
(asinh.f32 x)
(neg.f32 x)
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 x))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx x #s(hole binary32 x))
#s(approx (* (* (* x x) -1/6) x) #s(hole binary32 (* -1/6 (pow x 3))))
#s(approx (* (* x x) -1/6) #s(hole binary32 (* -1/6 (pow x 2))))
#s(approx (* x x) #s(hole binary32 (pow x 2)))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 x))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* -1/6 (pow x 3))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* (pow x 3) (- (* 3/40 (pow x 2)) 1/6))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) #s(hole binary32 (* -1/6 (pow x 2))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) #s(hole binary32 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 -1/6))
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6)))
#s(approx (* (* x x) 3/40) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (copysign (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) x) #s(hole binary32 (copysign (neg (log (- (* 1/2 (+ x (+ (sqrt (+ 1 (pow x 2))) (/ 1 (+ x (sqrt (+ 1 (pow x 2)))))))) x))) x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx (log (- (+ (* x x) 1) (* x x))) #s(hole binary32 0))
#s(approx (- (+ (* x x) 1) (* x x)) #s(hole binary32 1))
#s(approx (+ (* x x) 1) #s(hole binary32 1))
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* -1 x)))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* x (- (* 1/6 (pow x 2)) 1))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* x (- (* (pow x 2) (+ 1/6 (* -3/40 (pow x 2)))) 1))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* x (- (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* 5/112 (pow x 2)) 3/40)))) 1))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 1))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (+ 1 (* -1 x))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (+ 1 (* x (- (* 1/2 x) 1)))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (+ 1 (* x (- (* x (+ 1/2 (* -1/8 (pow x 2)))) 1)))))
#s(approx (cosh (asinh x)) #s(hole binary32 1))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2)))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))
#s(approx (asinh x) #s(hole binary32 x))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))))
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))))
#s(approx (neg x) #s(hole binary32 (* -1 x)))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* -1/6 (pow x 3))))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* 3/40 (pow x 5))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* 3/40 (pow x 5))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) #s(hole binary32 (* 3/40 (pow x 4))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) #s(hole binary32 (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (* 3/40 (pow x 2))))
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (* (pow x 2) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (* -1 (+ (log -1) (* -1 (log (/ 1 x)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* 1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (+ (log -1) (* -1 (log (/ 1 x)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* 1/8 (/ (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 2) (pow x 2))) (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* -1/6 (/ (+ (* -3 (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))))) (* -1/4 (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 3))) (pow x 3))) (+ (log -1) (+ (* -1 (log (/ 1 x))) (+ (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (* -1/8 (/ (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 2) (pow x 2)))))))))
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2)))
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (log -1) (* -1 (log (/ 1 x))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ 1 x))) (+ (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (* -1/8 (/ (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 2) (pow x 2))))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ 1 x))) (+ (* -1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (+ (* -1/8 (/ (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 2) (pow x 2))) (* 1/6 (/ (+ (* -3 (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))))) (* -1/4 (pow (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) 3))) (pow x 3)))))))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* -1 x)))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* x (- (* 1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) 1))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* x (- (+ (* 1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 3)))) 1))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* x (- (+ (* 1/2 (/ (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))) x)) (+ (* 1/2 (/ (+ (* -1/16 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/8 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 5))) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 3))))) 1))))
#s(approx (cosh (asinh x)) #s(hole binary32 (* 1/2 (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x))))))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 2))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (+ (* 1/2 (/ (+ (* -1/16 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/8 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 4))) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 2)))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 2) (* -1 (log (/ 1 x))))) (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (+ (* 1/2 (/ (+ (* -1/16 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/8 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 4))) (+ (* 1/2 (/ (- (* 1/32 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 5/64 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 6))) (* 1/2 (/ (- (* 1/4 (exp (+ (log 2) (* -1 (log (/ 1 x)))))) (* 1/4 (/ 1 (exp (+ (log 2) (* -1 (log (/ 1 x)))))))) (pow x 2))))))))
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x))))))
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4)))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))))
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))))
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4))))))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))))
#s(approx (copysign (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) x) #s(hole binary32 (copysign (neg (log (+ (* -1 x) (* 1/2 (- (+ (sqrt (+ 1 (pow x 2))) (/ 1 (- (sqrt (+ 1 (pow x 2))) (* -1 x)))) (* -1 x)))))) x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (log (/ -1 x))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* 1/2 (/ (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) x)) (* -1 (log (/ -1 x))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* -1 (/ (- (* -1/8 (/ (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 2) x)) (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))) x)) (* -1 (log (/ -1 x))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) #s(hole binary32 (- (* -1 (/ (- (* -1 (/ (- (* 1/6 (/ (+ (* 1/4 (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 3)) (* 3 (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))))) x)) (* -1/8 (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 2))) x)) (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))) x)) (* -1 (log (/ -1 x))))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (* -1 (log (/ -1 x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1/2 (/ (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* 1/8 (/ (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 2) x)) (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))) x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (/ (+ (* 1/4 (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 3)) (* 3 (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))))) x)) (* -1/8 (pow (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) 2))) x)) (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))) x)))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* -1 (* x (+ 1 (* -1/2 (/ (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))) x)))))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2)))) x)))))))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (+ (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2))) (* 1/2 (/ (- (* 1/8 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/16 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 4))))) x)))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x)))))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (+ (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2))) (* 1/2 (/ (- (* 1/8 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/16 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 4)))))))
#s(approx (cosh (asinh x)) #s(hole binary32 (+ (* 1/2 (+ (exp (+ (log 1/2) (log (/ -1 x)))) (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (+ (* 1/2 (/ (+ (* -1/4 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/4 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 2))) (+ (* 1/2 (/ (+ (* -5/64 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/32 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 6))) (* 1/2 (/ (- (* 1/8 (exp (+ (log 1/2) (log (/ -1 x))))) (* 1/16 (/ 1 (exp (+ (log 1/2) (log (/ -1 x))))))) (pow x 4))))))))
#s(approx (asinh x) #s(hole binary32 (+ (log 1/2) (log (/ -1 x)))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))))
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))))
Outputs
(copysign.f32 #s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x)) x)
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
(*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x)
(*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)))
(/.f32 (-.f32 (*.f32 x x) (pow.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x) #s(literal 2 binary32))) (-.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (*.f32 (*.f32 #s(literal -1/216 binary32) (pow.f32 x #s(literal 6 binary32))) (pow.f32 x #s(literal 3 binary32)))) (fma.f32 x x (-.f32 (pow.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x) #s(literal 2 binary32)) (*.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)))))
(-.f32 x (*.f32 (neg.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32))) x))
(fma.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x x)
(fma.f32 (*.f32 x x) (*.f32 #s(literal -1/6 binary32) x) x)
(fma.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)
(+.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x) x)
(+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))
x
(*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)
(*.f32 (*.f32 x x) (*.f32 #s(literal -1/6 binary32) x))
(*.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))
(*.f32 (*.f32 x x) #s(literal -1/6 binary32))
(*.f32 #s(literal -1/6 binary32) (*.f32 x x))
(*.f32 x (*.f32 x #s(literal -1/6 binary32)))
(*.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)))
(*.f32 (neg.f32 x) (neg.f32 x))
(*.f32 x x)
(sqrt.f32 (pow.f32 x #s(literal 4 binary32)))
(pow.f32 (neg.f32 x) #s(literal 2 binary32))
(pow.f32 (*.f32 x x) #s(literal 1 binary32))
(pow.f32 x #s(literal 2 binary32))
(fabs.f32 (*.f32 x (neg.f32 x)))
(fabs.f32 (*.f32 (neg.f32 x) x))
(fabs.f32 (*.f32 x x))
(+.f32 (cosh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) (sinh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))))
(exp.f32 (*.f32 (log.f32 x) #s(literal 2 binary32)))
#s(literal -1/6 binary32)
(copysign.f32 #s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x)) x)
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x))
(*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)
(*.f32 x (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)))
(/.f32 (-.f32 (*.f32 x x) (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 2 binary32))) (-.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))))
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 2 binary32)) (*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))))))
(-.f32 x (*.f32 (neg.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))) x))
(fma.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x x)
(fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x)
(fma.f32 (pow.f32 x #s(literal 3 binary32)) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x)
(fma.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x)
(+.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) x)
(+.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32))))
(*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x)
(*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))
(*.f32 (pow.f32 x #s(literal 3 binary32)) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)))
(*.f32 x (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))
(*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x)
(*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))
(*.f32 (*.f32 x x) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)))
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) #s(literal 1/36 binary32)) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32)))
(/.f32 (-.f32 (*.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32))) #s(literal 1/216 binary32)) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)))))
(-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))
(*.f32 (*.f32 x x) #s(literal 3/40 binary32))
(*.f32 #s(literal 3/40 binary32) (*.f32 x x))
(*.f32 x (*.f32 x #s(literal 3/40 binary32)))
#s(literal 3/40 binary32)
#s(literal 1/6 binary32)
(copysign.f32 (asinh.f32 x) x)
(log.f32 (exp.f32 (asinh.f32 x)))
(/.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) #s(literal 2 binary32)) (pow.f32 (asinh.f32 (neg.f32 x)) #s(literal 2 binary32))) (+.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (asinh.f32 (neg.f32 x))))
(/.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) #s(literal 3 binary32)) (pow.f32 (asinh.f32 (neg.f32 x)) #s(literal 3 binary32))) (+.f32 (pow.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) #s(literal 2 binary32)) (+.f32 (pow.f32 (asinh.f32 (neg.f32 x)) #s(literal 2 binary32)) (*.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (asinh.f32 (neg.f32 x))))))
(-.f32 (log.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (-.f32 x (cosh.f32 (asinh.f32 x)))))
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))))
(-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (asinh.f32 (neg.f32 x)))
(asinh.f32 x)
(log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)))
(-.f32 (log.f32 (-.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 2 binary32)) (pow.f32 x #s(literal 4 binary32)))) (log.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))))
(-.f32 (log.f32 (-.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)))) (log.f32 (+.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 2 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))))))
(/.f32 (-.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 2 binary32)) (pow.f32 x #s(literal 4 binary32))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)))
(/.f32 (-.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32))) (+.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 2 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)))))
(-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))
(fma.f32 (neg.f32 (cosh.f32 (asinh.f32 x))) (neg.f32 (cosh.f32 (asinh.f32 x))) (*.f32 (neg.f32 x) x))
(fma.f32 (fabs.f32 (cosh.f32 (asinh.f32 x))) (fabs.f32 (cosh.f32 (asinh.f32 x))) (*.f32 (neg.f32 x) x))
(fma.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (neg.f32 x) (neg.f32 x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (cosh.f32 (asinh.f32 x)) (cosh.f32 (asinh.f32 x)) (*.f32 (neg.f32 x) x))
(fma.f32 x x (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(+.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (neg.f32 x) x))
(*.f32 (neg.f32 (cosh.f32 (asinh.f32 x))) (neg.f32 (cosh.f32 (asinh.f32 x))))
(*.f32 (fabs.f32 (cosh.f32 (asinh.f32 x))) (fabs.f32 (cosh.f32 (asinh.f32 x))))
(*.f32 (cosh.f32 (asinh.f32 x)) (cosh.f32 (asinh.f32 x)))
(sqrt.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 2 binary32)))
(/.f32 (*.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (asinh.f32 x))) (*.f32 #s(literal 2 binary32) (cosh.f32 (asinh.f32 x)))) #s(literal 4 binary32))
(/.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) #s(literal 1 binary32)))
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(/.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32)))))
(/.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x)))))
(fma.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)) #s(literal 1 binary32))
(fma.f32 (neg.f32 x) (neg.f32 x) #s(literal 1 binary32))
(fma.f32 x x #s(literal 1 binary32))
(pow.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 2 binary32)) #s(literal 1/2 binary32))
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 2 binary32))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32))
(+.f32 (*.f32 x x) #s(literal 1 binary32))
(+.f32 #s(literal 1 binary32) (*.f32 x x))
#s(literal 1 binary32)
(log.f32 (fma.f32 #s(literal -1 binary32) x (cosh.f32 (asinh.f32 x))))
(-.f32 (log.f32 (+.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 (neg.f32 x) #s(literal 3 binary32)))) (log.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))))
(-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (asinh.f32 x))
(asinh.f32 (neg.f32 x))
(/.f32 (+.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 (neg.f32 x) #s(literal 3 binary32))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))))
(/.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)) (exp.f32 (asinh.f32 x)))
(fma.f32 #s(literal -1 binary32) x (cosh.f32 (asinh.f32 x)))
(fma.f32 x #s(literal -1 binary32) (cosh.f32 (asinh.f32 x)))
(+.f32 (neg.f32 x) (cosh.f32 (asinh.f32 x)))
(+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(/.f32 (sqrt.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32))) (sqrt.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32))))
(/.f32 (sqrt.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32)))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (sqrt.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (sqrt.f32 (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))))
(/.f32 (sqrt.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32)))) (sqrt.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (+.f32 (exp.f32 (neg.f32 (asinh.f32 x))) (exp.f32 (neg.f32 (neg.f32 (asinh.f32 x))))) #s(literal 2 binary32))
(/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (asinh.f32 x))) #s(literal 2 binary32))
(/.f32 #s(literal 1 binary32) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal -1/2 binary32)))
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 1 binary32))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/2 binary32))
(exp.f32 (*.f32 (log1p.f32 (*.f32 x x)) #s(literal 1/2 binary32)))
(cosh.f32 (neg.f32 (neg.f32 (asinh.f32 x))))
(cosh.f32 (neg.f32 (asinh.f32 x)))
(cosh.f32 (asinh.f32 (neg.f32 x)))
(cosh.f32 (asinh.f32 x))
(log.f32 (exp.f32 (asinh.f32 x)))
(/.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) #s(literal 2 binary32)) (pow.f32 (asinh.f32 (neg.f32 x)) #s(literal 2 binary32))) (+.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (asinh.f32 (neg.f32 x))))
(/.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) #s(literal 3 binary32)) (pow.f32 (asinh.f32 (neg.f32 x)) #s(literal 3 binary32))) (+.f32 (pow.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) #s(literal 2 binary32)) (+.f32 (pow.f32 (asinh.f32 (neg.f32 x)) #s(literal 2 binary32)) (*.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (asinh.f32 (neg.f32 x))))))
(-.f32 (log.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (-.f32 x (cosh.f32 (asinh.f32 x)))))
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))))
(-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (asinh.f32 (neg.f32 x)))
(asinh.f32 x)
(*.f32 #s(literal -1 binary32) x)
(*.f32 x #s(literal -1 binary32))
(neg.f32 x)
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (log1p.f32 x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32) (log1p.f32 x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (fma.f32 (fma.f32 (*.f32 #s(literal 1/720 binary32) (*.f32 x x)) (+.f32 (fma.f32 #s(literal 45 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 30 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32)))) (/.f32 #s(literal 45 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) #s(literal -1/24 binary32))) (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)))
#s(approx (+ x (* (* (* x x) -1/6) x)) x)
#s(approx (+ x (* (* (* x x) -1/6) x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
#s(approx x x)
#s(approx (* (* (* x x) -1/6) x) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)))
#s(approx (* (* x x) -1/6) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))
#s(approx (* x x) (*.f32 x x))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) x)
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)))
#s(approx (- (* (* x x) 3/40) 1/6) #s(literal -1/6 binary32))
#s(approx (- (* (* x x) 3/40) 1/6) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)))
#s(approx (* (* x x) 3/40) (*.f32 (*.f32 x x) #s(literal 3/40 binary32)))
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (neg.f32 (log.f32 (-.f32 (*.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (asinh.f32 x))) #s(literal 1/2 binary32)) x))) x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) x)
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (log (- (+ (* x x) 1) (* x x))) #s(literal 0 binary32))
#s(approx (- (+ (* x x) 1) (* x x)) #s(literal 1 binary32))
#s(approx (+ (* x x) 1) #s(literal 1 binary32))
#s(approx (+ (* x x) 1) (fma.f32 x x #s(literal 1 binary32)))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (neg.f32 x))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 1/6 binary32)) #s(literal 1 binary32)) x))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (*.f32 (-.f32 (*.f32 (fma.f32 #s(literal -3/40 binary32) (*.f32 x x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32)) x))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (*.f32 (-.f32 (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 5/112 binary32) (*.f32 x x)) #s(literal 3/40 binary32)) (*.f32 x x) #s(literal 1/6 binary32)) (*.f32 x x)) #s(literal 1 binary32)) x))
#s(approx (+ (cosh (asinh x)) (neg x)) #s(literal 1 binary32))
#s(approx (+ (cosh (asinh x)) (neg x)) (-.f32 #s(literal 1 binary32) x))
#s(approx (+ (cosh (asinh x)) (neg x)) (fma.f32 (-.f32 (*.f32 #s(literal 1/2 binary32) x) #s(literal 1 binary32)) x #s(literal 1 binary32)))
#s(approx (+ (cosh (asinh x)) (neg x)) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) x) #s(literal 1 binary32)) x #s(literal 1 binary32)))
#s(approx (cosh (asinh x)) #s(literal 1 binary32))
#s(approx (cosh (asinh x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (cosh (asinh x)) (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (cosh (asinh x)) (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) x)
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x))
#s(approx (neg x) (neg.f32 x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (log.f32 x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (+.f32 (/.f32 x x) (log.f32 x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (+.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) (*.f32 x x)) #s(literal 1/2 binary32) (/.f32 x x)) (log.f32 x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (+.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -3 binary32) x (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32))) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/6 binary32) (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) (*.f32 x x)) #s(literal 1/2 binary32) (/.f32 x x))) (log.f32 x)))
#s(approx (+ x (* (* (* x x) -1/6) x)) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)))
#s(approx (+ x (* (* (* x x) -1/6) x)) (*.f32 (-.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (*.f32 (pow.f32 x #s(literal 5 binary32)) #s(literal 3/40 binary32)))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (*.f32 (-.f32 (+.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 3/40 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) (*.f32 (pow.f32 x #s(literal 5 binary32)) #s(literal 3/40 binary32)))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32))))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) (*.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 3/40 binary32)))
#s(approx (* (- (* (* x x) 3/40) 1/6) (* x x)) (*.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)))))
#s(approx (- (* (* x x) 3/40) 1/6) (*.f32 (*.f32 x x) #s(literal 3/40 binary32)))
#s(approx (- (* (* x x) 3/40) 1/6) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (*.f32 x x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (log.f32 (/.f32 #s(literal -1 binary32) x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (-.f32 (*.f32 (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) x) #s(literal 1/2 binary32)) (log.f32 (neg.f32 x))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (-.f32 (*.f32 (/.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) #s(literal 2 binary32)) (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 (log.f32 (neg.f32 x)) (*.f32 #s(literal -1/2 binary32) (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) x)))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (-.f32 (*.f32 (/.f32 (fma.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) #s(literal 3 binary32)) #s(literal -1/4 binary32) (*.f32 (*.f32 #s(literal 1/4 binary32) (*.f32 #s(literal 2 binary32) (sinh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x))))) #s(literal -3 binary32))) (pow.f32 x #s(literal 3 binary32))) #s(literal -1/6 binary32)) (+.f32 (log.f32 (neg.f32 x)) (fma.f32 (/.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) #s(literal 2 binary32)) (*.f32 x x)) #s(literal -1/8 binary32) (*.f32 #s(literal -1/2 binary32) (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) x))))))
#s(approx (+ (* x x) 1) (*.f32 x x))
#s(approx (+ (* x x) 1) (fma.f32 (*.f32 x x) #s(literal 1 binary32) #s(literal 1 binary32)))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (log.f32 (neg.f32 x)))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (+.f32 (log.f32 (neg.f32 x)) (*.f32 #s(literal -1/2 binary32) (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) x))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (+.f32 (log.f32 (neg.f32 x)) (fma.f32 (/.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) #s(literal 2 binary32)) (*.f32 x x)) #s(literal -1/8 binary32) (*.f32 #s(literal -1/2 binary32) (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (+.f32 (log.f32 (neg.f32 x)) (fma.f32 #s(literal -1/2 binary32) (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) x) (fma.f32 (/.f32 (fma.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) #s(literal 3 binary32)) #s(literal -1/4 binary32) (*.f32 (*.f32 #s(literal 1/4 binary32) (*.f32 #s(literal 2 binary32) (sinh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x))))) #s(literal -3 binary32))) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/6 binary32) (*.f32 (/.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) #s(literal 2 binary32)) (*.f32 x x)) #s(literal -1/8 binary32))))))
#s(approx (+ (cosh (asinh x)) (neg x)) (neg.f32 x))
#s(approx (+ (cosh (asinh x)) (neg x)) (*.f32 (-.f32 (*.f32 (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) x) #s(literal 1/2 binary32)) #s(literal 1 binary32)) x))
#s(approx (+ (cosh (asinh x)) (neg x)) (*.f32 (-.f32 (*.f32 #s(literal 1/2 binary32) (+.f32 (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) x) (/.f32 (*.f32 #s(literal 1/4 binary32) (*.f32 #s(literal 2 binary32) (sinh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x))))) (pow.f32 x #s(literal 3 binary32))))) #s(literal 1 binary32)) x))
#s(approx (+ (cosh (asinh x)) (neg x)) (*.f32 (-.f32 (fma.f32 (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) x) #s(literal 1/2 binary32) (*.f32 #s(literal 1/2 binary32) (+.f32 (/.f32 (fma.f32 #s(literal -1/16 binary32) (*.f32 #s(literal 2 binary32) x) (/.f32 #s(literal 1/8 binary32) (*.f32 #s(literal 2 binary32) x))) (pow.f32 x #s(literal 5 binary32))) (/.f32 (*.f32 #s(literal 1/4 binary32) (*.f32 #s(literal 2 binary32) (sinh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x))))) (pow.f32 x #s(literal 3 binary32)))))) #s(literal 1 binary32)) x))
#s(approx (cosh (asinh x)) (*.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) #s(literal 1/2 binary32)))
#s(approx (cosh (asinh x)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x))) (/.f32 (*.f32 #s(literal 1/4 binary32) (*.f32 #s(literal 2 binary32) (sinh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x))))) (*.f32 x x)))))
#s(approx (cosh (asinh x)) (fma.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) #s(literal 1/2 binary32) (*.f32 #s(literal 1/2 binary32) (+.f32 (/.f32 (fma.f32 #s(literal -1/16 binary32) (*.f32 #s(literal 2 binary32) x) (/.f32 #s(literal 1/8 binary32) (*.f32 #s(literal 2 binary32) x))) (pow.f32 x #s(literal 4 binary32))) (/.f32 (*.f32 #s(literal 1/4 binary32) (*.f32 #s(literal 2 binary32) (sinh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x))))) (*.f32 x x))))))
#s(approx (cosh (asinh x)) (fma.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)))) #s(literal 1/2 binary32) (fma.f32 (/.f32 (fma.f32 #s(literal -1/16 binary32) (*.f32 #s(literal 2 binary32) x) (/.f32 #s(literal 1/8 binary32) (*.f32 #s(literal 2 binary32) x))) (pow.f32 x #s(literal 4 binary32))) #s(literal 1/2 binary32) (*.f32 #s(literal 1/2 binary32) (+.f32 (/.f32 (-.f32 (*.f32 #s(literal 1/32 binary32) (*.f32 #s(literal 2 binary32) x)) (/.f32 #s(literal 5/64 binary32) (*.f32 #s(literal 2 binary32) x))) (pow.f32 x #s(literal 6 binary32))) (/.f32 (*.f32 #s(literal 1/4 binary32) (*.f32 #s(literal 2 binary32) (sinh.f32 (log.f32 (*.f32 #s(literal 2 binary32) x))))) (*.f32 x x)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (log.f32 (*.f32 #s(literal 2 binary32) x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (+.f32 (fma.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)) (log.f32 x)) (log.f32 #s(literal 2 binary32))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (-.f32 (+.f32 (fma.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)) (log.f32 x)) (log.f32 #s(literal 2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (-.f32 (+.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)) (fma.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)) (/.f32 #s(literal 5/96 binary32) (pow.f32 x #s(literal 6 binary32))))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 (neg.f32 x) x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) #s(literal -1/2 binary32) x) x) #s(literal -1 binary32) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -3 binary32) x (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32))) x) #s(literal -1/6 binary32) (*.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) #s(literal 1/2 binary32))) x) #s(literal -1 binary32) x) x) #s(literal -1 binary32) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))))
#s(approx (+ x (* (* (* x x) -1/6) x)) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal -2 binary32)))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (neg.f32 (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32)) (pow.f32 x #s(literal 5 binary32)))))
#s(approx (+ x (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x)) (neg.f32 (*.f32 (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32)) (pow.f32 x #s(literal -4 binary32))) (pow.f32 x #s(literal 5 binary32)))))
#s(approx (* (* (- (* (* x x) 3/40) 1/6) (* x x)) x) (neg.f32 (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32)) (pow.f32 x #s(literal 5 binary32)))))
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (neg.f32 (log.f32 (fma.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (asinh.f32 x))) #s(literal 1/2 binary32) (neg.f32 x)))) x))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (log.f32 (/.f32 #s(literal -1 binary32) x)))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (fma.f32 (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) x) #s(literal 1/2 binary32) (log.f32 (pow.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1 binary32)))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (*.f32 #s(literal -1 binary32) (-.f32 (/.f32 (fma.f32 (/.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) #s(literal 2 binary32)) x) #s(literal -1/8 binary32) (*.f32 #s(literal -1/2 binary32) (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))))) x) (log.f32 (/.f32 #s(literal -1 binary32) x)))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (*.f32 #s(literal -1 binary32) (-.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) #s(literal 3 binary32)) #s(literal 1/4 binary32) (*.f32 (fma.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal -1/4 binary32) (/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) #s(literal 3 binary32))) x) #s(literal 1/6 binary32) (*.f32 #s(literal 1/8 binary32) (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) #s(literal 2 binary32)))) x) #s(literal -1 binary32) (*.f32 #s(literal -1/2 binary32) (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))))) x) (log.f32 (/.f32 #s(literal -1 binary32) x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (fma.f32 (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) x) #s(literal -1/2 binary32) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (fma.f32 (/.f32 (fma.f32 (/.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) #s(literal 2 binary32)) x) #s(literal 1/8 binary32) (*.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) #s(literal 1/2 binary32))) x) #s(literal -1 binary32) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))))
#s(approx (log (+ (cosh (asinh x)) (neg x))) (fma.f32 (/.f32 (fma.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) #s(literal 1/2 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) #s(literal 3 binary32)) #s(literal 1/4 binary32) (*.f32 (fma.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal -1/4 binary32) (/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) #s(literal 3 binary32))) x) #s(literal -1/6 binary32) (*.f32 (pow.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) #s(literal 2 binary32)) #s(literal -1/8 binary32))) x))) x) #s(literal -1 binary32) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))))
#s(approx (+ (cosh (asinh x)) (neg x)) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) x) #s(literal -1/2 binary32) #s(literal 1 binary32))))
#s(approx (+ (cosh (asinh x)) (neg x)) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal -1/4 binary32) (/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (*.f32 x x)))) x) #s(literal -1 binary32) #s(literal 1 binary32))))
#s(approx (+ (cosh (asinh x)) (neg x)) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal -1/4 binary32) (/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (*.f32 x x))) (*.f32 (/.f32 (-.f32 (*.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal 1/8 binary32)) (/.f32 #s(literal 1/16 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (pow.f32 x #s(literal 4 binary32))) #s(literal 1/2 binary32))) x) #s(literal -1 binary32) #s(literal 1 binary32))))
#s(approx (cosh (asinh x)) (*.f32 (*.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))) #s(literal 1/2 binary32)))
#s(approx (cosh (asinh x)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal -1/4 binary32) (/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (*.f32 x x)))))
#s(approx (cosh (asinh x)) (fma.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal -1/4 binary32) (/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (*.f32 x x))) (*.f32 (/.f32 (-.f32 (*.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal 1/8 binary32)) (/.f32 #s(literal 1/16 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (pow.f32 x #s(literal 4 binary32))) #s(literal 1/2 binary32))))
#s(approx (cosh (asinh x)) (fma.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 2 binary32) (cosh.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal -1/4 binary32) (/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (*.f32 x x))) (*.f32 #s(literal 1/2 binary32) (+.f32 (/.f32 (fma.f32 #s(literal -5/64 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/32 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (pow.f32 x #s(literal 6 binary32))) (/.f32 (-.f32 (*.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)) #s(literal 1/8 binary32)) (/.f32 #s(literal 1/16 binary32) (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) (pow.f32 x #s(literal 4 binary32)))))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (-.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (*.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (*.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)))))
#s(approx (- (log (- (+ (* x x) 1) (* x x))) (log (+ (cosh (asinh x)) (neg x)))) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (fma.f32 #s(literal 1/4 binary32) (pow.f32 x #s(literal -2 binary32)) (/.f32 #s(literal 5/96 binary32) (pow.f32 x #s(literal 6 binary32))))))

eval42.0ms (2.3%)

Memory
11.2MiB live, 55.3MiB allocated; 7ms collecting garbage
Compiler

Compiled 9 319 to 1 562 computations (83.2% saved)

prune14.0ms (0.7%)

Memory
-21.1MiB live, 21.4MiB allocated; 7ms collecting garbage
Pruning

9 alts after pruning (3 fresh and 6 done)

PrunedKeptTotal
New3053308
Fresh000
Picked303
Done268
Total3109319
Accuracy
100.0%
Counts
319 → 9
Alt Table
Click to see full alt table
StatusAccuracyProgram
16.1%
(copysign.f32 (-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 x)))) x)
40.9%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
29.7%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x)
24.5%
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x)
99.5%
(copysign.f32 (asinh.f32 x) x)
56.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x x)) x)
56.1%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x x)) x)
56.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
57.0%
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) x)
Compiler

Compiled 459 to 191 computations (58.4% saved)

regimes9.0ms (0.5%)

Memory
18.4MiB live, 18.4MiB allocated; 0ms collecting garbage
Counts
16 → 1
Calls
Call 1
Inputs
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x x)) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x x)) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x))) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (asinh.f32 x) x)
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
(copysign.f32 (-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 x)))) x)
(copysign.f32 (-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))) x)
Outputs
(copysign.f32 (asinh.f32 x) x)
Calls

2 calls:

4.0ms
x
4.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
99.5%1(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
99.5%1x
Compiler

Compiled 13 to 10 computations (23.1% saved)

regimes10.0ms (0.5%)

Memory
-45.0MiB live, 11.0MiB allocated; 9ms collecting garbage
Accuracy

Total -0.7b remaining (-4.9%)

Threshold costs -0.7b (-4.9%)

Counts
8 → 1
Calls
Call 1
Inputs
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x x)) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x x)) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x)) x))) x)
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x)
Outputs
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) x)
Calls

2 calls:

7.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
3.0ms
x
Results
AccuracySegmentsBranch
57.0%1(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
57.0%1x
Compiler

Compiled 13 to 10 computations (23.1% saved)

derivations52.0ms (2.8%)

Memory
3.3MiB live, 48.1MiB allocated; 6ms collecting garbage
Stop Event
fuel
Compiler

Compiled 18 to 12 computations (33.3% saved)

preprocess16.0ms (0.9%)

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

Compiled 100 to 62 computations (38% saved)

end0.0ms (0%)

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

Profiling

Loading profile data...