


Bits error versus x



Bits error versus n
Results
if (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < -1.995667447308672e-129 or 6.261970388003675e-91 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 13.305100205249854 or 2.5669200499233103e+59 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 1.6521792740445186e+124Initial program 43.8
Taylor expanded around inf 60.2
Applied simplify22.0
if -1.995667447308672e-129 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 6.261970388003675e-91Initial program 31.5
Taylor expanded around -inf 63.0
Applied simplify10.4
if 13.305100205249854 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 2.5669200499233103e+59 or 1.6521792740445186e+124 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) Initial program 23.9
rmApplied add-log-exp24.1
Applied add-log-exp24.1
Applied diff-log24.1
Applied simplify24.1
Time bar (total: 1.3m)Debug logProfile
herbie shell --seed 2018166
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))