


Bits error versus x



Bits error versus n
Results
if (+ (- 1 (pow x (/ 1 n))) (+ (/ 1 (* x n)) (/ (log x) n))) < -0.6032211487212451Initial program 19.1
rmApplied add-sqr-sqrt19.2
Applied add-sqr-sqrt19.3
Applied unpow-prod-down19.2
Applied difference-of-squares19.2
if -0.6032211487212451 < (+ (- 1 (pow x (/ 1 n))) (+ (/ 1 (* x n)) (/ (log x) n))) < 5.453729633688968e-16Initial program 41.0
Taylor expanded around inf 22.6
Applied simplify22.5
if 5.453729633688968e-16 < (+ (- 1 (pow x (/ 1 n))) (+ (/ 1 (* x n)) (/ (log x) n))) Initial program 31.2
rmApplied add-exp-log31.2
Applied pow-exp31.2
Applied simplify29.5
Time bar (total: 3.1m)Debug logProfile
herbie shell --seed 2018201 +o rules:numerics
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))