


Bits error versus x



Bits error versus n
if x < 0.9959105341518036Initial program 46.7
Taylor expanded around inf 60.0
Applied simplify15.1
if 0.9959105341518036 < x < 1.461949344627711e+137Initial program 31.0
rmApplied add-cube-cbrt31.0
Taylor expanded around 0 31.0
Applied simplify31.0
if 1.461949344627711e+137 < x < 1.4268505780422436e+221Initial program 17.4
Taylor expanded around inf 21.5
Applied simplify21.5
if 1.4268505780422436e+221 < x Initial program 6.4
rmApplied add-log-exp6.6
Time bar (total: 1.2m)Debug logProfile
herbie shell --seed 2018193 +o rules:numerics
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))