


Bits error versus x



Bits error versus n
if x < 1.5500499343269148e-260 or 1.9552464435441408e-220 < x < 0.7009183157200163Initial program 48.6
Taylor expanded around inf 59.8
Applied simplify13.0
if 1.5500499343269148e-260 < x < 1.9552464435441408e-220Initial program 42.5
rmApplied add-exp-log42.5
Applied pow-exp42.5
Applied simplify42.0
if 0.7009183157200163 < x < 4.490922475922812e+63 or 1.0012749905091658e+130 < x < 1.793515809640792e+150Initial program 31.7
Taylor expanded around inf 24.9
Applied simplify24.9
if 4.490922475922812e+63 < x < 1.0012749905091658e+130Initial program 30.8
rmApplied add-cube-cbrt30.8
Applied fma-neg30.8
if 1.793515809640792e+150 < x Initial program 10.7
rmApplied add-cube-cbrt10.7
rmApplied add-log-exp10.7
rmApplied add-sqr-sqrt10.7
Applied log-prod10.7
Time bar (total: 1.3m)Debug logProfile
herbie shell --seed 2018207 +o rules:numerics
(FPCore (x n)
:name "2nthrt (problem 3.4.6)"
(- (pow (+ x 1) (/ 1 n)) (pow x (/ 1 n))))