


Bits error versus x



Bits error versus n
if (+ (- (/ (/ 1 x) n) (/ (/ 1/2 n) (* x x))) (/ (/ (log x) x) (* n n))) < -9.817622073517543e-139Initial program 47.7
Taylor expanded around inf 60.1
Applied simplify18.1
if -9.817622073517543e-139 < (+ (- (/ (/ 1 x) n) (/ (/ 1/2 n) (* x x))) (/ (/ (log x) x) (* n n))) < 4.264924977041202e-43Initial program 30.6
Taylor expanded around -inf 63.0
Applied simplify12.8
Taylor expanded around -inf 63.0
Applied simplify12.8
if 4.264924977041202e-43 < (+ (- (/ (/ 1 x) n) (/ (/ 1/2 n) (* x x))) (/ (/ (log x) x) (* n n))) Initial program 26.3
rmApplied add-cbrt-cube26.4
Applied simplify26.4
rmApplied add-exp-log26.4
Applied pow-exp26.4
Applied simplify26.4
Time bar (total: 1.7m)Debug logProfile
herbie shell --seed '#(1070386091 2509006183 1430610344 1025408621 36622005 1425925650)'
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))