


Bits error versus x



Bits error versus n
Results
if (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < -1.0343690250885731e-119 or 3.324446391499883e-37 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 8.838436676582451e+281Initial program 42.7
Taylor expanded around inf 60.2
Applied simplify21.1
if -1.0343690250885731e-119 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 1.1420633936606198e-112Initial program 30.2
Taylor expanded around -inf 63.0
Applied simplify8.9
if 1.1420633936606198e-112 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 3.324446391499883e-37Initial program 37.1
rmApplied add-cube-cbrt37.0
if 8.838436676582451e+281 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) Initial program 18.4
rmApplied add-cube-cbrt18.4
Time bar (total: 3.8m)Debug logProfile
herbie shell --seed '#(1072967564 1937075727 894099792 790700740 1036514779 1027793188)'
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))