


Bits error versus x



Bits error versus n
if (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < -2.3223180709331318e-52 or 5.456327257966591e-63 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 1.0283148804076916e+179Initial program 40.5
Taylor expanded around inf 60.4
Applied simplify22.1
if -2.3223180709331318e-52 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 5.456327257966591e-63Initial program 32.8
Taylor expanded around -inf 63.0
Applied simplify13.4
if 1.0283148804076916e+179 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) Initial program 20.6
rmApplied add-sqr-sqrt20.7
Applied add-sqr-sqrt20.7
Applied unpow-prod-down20.7
Applied difference-of-squares20.7
Time bar (total: 1.5m)Debug logProfile
herbie shell --seed '#(1072361757 3390613284 2339397988 1175251238 145061547 3101881848)'
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))