


Bits error versus x



Bits error versus n
if (+ (- 1 (pow x (/ 1 n))) (+ (/ 1 (* x n)) (/ (log x) n))) < -5.865376414944836e-06Initial program 21.2
rmApplied add-log-exp21.5
Applied add-log-exp21.5
Applied diff-log21.5
Applied simplify21.5
if -5.865376414944836e-06 < (+ (- 1 (pow x (/ 1 n))) (+ (/ 1 (* x n)) (/ (log x) n))) < 5.395676965408724e-17Initial program 39.7
Taylor expanded around inf 20.8
Applied simplify20.8
if 5.395676965408724e-17 < (+ (- 1 (pow x (/ 1 n))) (+ (/ 1 (* x n)) (/ (log x) n))) Initial program 30.8
rmApplied add-exp-log30.8
Applied pow-exp30.8
Applied simplify28.9
Time bar (total: 1.0m)Debug logProfile
herbie shell --seed '#(1071821486 549052472 3784827256 1559736200 3548510075 881134285)' +o rules:numerics
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))