


Bits error versus x



Bits error versus n
Results
if x < 0.9608202118706922Initial program 47.2
Taylor expanded around inf 60.1
Applied simplify14.7
if 0.9608202118706922 < x < 1.1062884840899793e+229Initial program 25.9
Taylor expanded around -inf 63.0
Applied simplify22.2
rmApplied add-cube-cbrt22.2
Applied times-frac22.2
if 1.1062884840899793e+229 < x Initial program 6.3
rmApplied pow-to-exp6.3
Applied simplify6.3
Time bar (total: 2.5m)Debug logProfile
herbie shell --seed 2018206
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))