


Bits error versus x



Bits error versus n
Results
if (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < -4.3860078040343976e-113 or 2.472355422256959e-95 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 6.007545999641258e+300Initial program 42.0
Taylor expanded around inf 60.3
Applied simplify22.3
if -4.3860078040343976e-113 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) < 2.472355422256959e-95Initial program 31.2
Taylor expanded around -inf 63.0
Applied simplify10.5
if 6.007545999641258e+300 < (+ (- (/ 1 (* x n)) (/ (/ 1/2 x) (* x n))) (/ (log x) (* (* n n) x))) Initial program 16.6
rmApplied add-log-exp16.8
Applied add-log-exp16.8
Applied diff-log16.8
Applied simplify16.8
Time bar (total: 1.0m)Debug logProfile
herbie shell --seed 2018170
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))