


Bits error versus x



Bits error versus n
Results
if x < 0.672888596184852Initial program 47.0
Taylor expanded around inf 60.1
Applied simplify14.8
if 0.672888596184852 < x < 6.246818098765956e+150Initial program 31.7
Taylor expanded around -inf 63.0
Applied simplify22.5
Taylor expanded around -inf 63.0
Applied simplify22.5
if 6.246818098765956e+150 < x Initial program 11.0
rmApplied add-sqr-sqrt11.2
Applied add-sqr-sqrt11.2
Applied unpow-prod-down11.0
Applied difference-of-squares11.0
rmApplied add-exp-log11.0
Time bar (total: 1.3m)Debug logProfile
herbie shell --seed 2018208
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))