


Bits error versus x



Bits error versus n
if (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < -7.533213007031442e-38 or 2.223130515316725e-75 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 4.112546575160632e+153Initial program 39.7
Taylor expanded around inf 60.4
Applied simplify22.6
if -7.533213007031442e-38 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 2.223130515316725e-75Initial program 32.6
Taylor expanded around -inf 63.0
Applied simplify12.7
rmApplied sub-neg12.7
Applied associate-+l+12.7
Applied simplify12.7
if 4.112546575160632e+153 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) Initial program 22.8
rmApplied add-cbrt-cube22.8
Applied simplify22.8
Time bar (total: 1.7m)Debug logProfile
herbie shell --seed '#(1070609872 3456127585 2380521889 2328837196 1765472538 734540918)'
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))