


Bits error versus x



Bits error versus n
if (- (- (+ (/ 1 (* x n)) 1) (/ (- (log x)) n)) (pow x (/ 1 n))) < -165.82519293662233 or 4.987314727866732e-10 < (- (- (+ (/ 1 (* x n)) 1) (/ (- (log x)) n)) (pow x (/ 1 n))) Initial program 23.3
rmApplied add-exp-log23.3
Applied pow-exp23.3
Applied simplify22.7
if -165.82519293662233 < (- (- (+ (/ 1 (* x n)) 1) (/ (- (log x)) n)) (pow x (/ 1 n))) < 4.987314727866732e-10Initial program 40.2
Taylor expanded around inf 22.3
Applied simplify22.3
rmApplied expm1-log1p-u22.3
rmApplied add-exp-log22.3
Time bar (total: 50.5s)Debug logProfile
herbie shell --seed '#(1070227846 1561819246 480764335 4016816270 2602869839 2117310382)' +o rules:numerics
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))