


Bits error versus x



Bits error versus n
Results
if (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < -6.24607432987205e-107 or 4.71813557155106e-41 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 25205037209.08952 or 5.631301964665259e+215 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 7.677579331522684e+267Initial program 45.4
Taylor expanded around inf 60.1
Applied simplify18.6
if -6.24607432987205e-107 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 9.55453062334465e-127Initial program 30.7
Taylor expanded around -inf 63.0
Applied simplify9.6
if 9.55453062334465e-127 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 4.71813557155106e-41Initial program 42.2
rmApplied add-cube-cbrt42.1
if 25205037209.08952 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 5.631301964665259e+215Initial program 36.1
rmApplied add-cube-cbrt36.1
rmApplied add-log-exp36.3
rmApplied add-cube-cbrt36.3
Applied log-prod36.3
if 7.677579331522684e+267 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) Initial program 18.4
rmApplied add-cube-cbrt18.4
rmApplied add-log-exp18.5
rmApplied add-sqr-sqrt18.5
Applied log-prod18.5
Time bar (total: 1.9m)Debug logProfile
herbie shell --seed 2018207
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))