


Bits error versus x



Bits error versus n
if (- (- (+ 1 (/ 1 (* n x))) (/ (log x) n)) (pow x (/ 1 n))) < 6.331975657358443e-09Initial program 41.7
rmApplied add-log-exp41.9
Applied add-log-exp41.8
Applied diff-log41.9
Applied simplify41.8
Taylor expanded around inf 43.2
Applied simplify26.5
if 6.331975657358443e-09 < (- (- (+ 1 (/ 1 (* n x))) (/ (log x) n)) (pow x (/ 1 n))) Initial program 15.5
rmApplied add-exp-log15.5
rmApplied add-cbrt-cube15.5
Applied simplify15.5
Time bar (total: 54.5s)Debug log
herbie shell --seed '#(212267722 3993171362 1093346726 3605783651 2106536041 3335990851)'
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))