


Bits error versus x



Bits error versus n
if (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < -1.6256226496531924e-51 or 5.406901713106654e-63 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 1.8098341735111007e+180Initial program 40.4
Taylor expanded around inf 60.4
Applied simplify22.1
if -1.6256226496531924e-51 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 5.406901713106654e-63Initial program 32.9
Taylor expanded around -inf 63.0
Applied simplify13.4
if 1.8098341735111007e+180 < (+ (- (/ 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))))