


Bits error versus x
if (- (* x (* x 9/40)) (fma 27/2800 (pow x 4) 1/2)) < -0.5111112566485495Initial program 0.0
if -0.5111112566485495 < (- (* x (* x 9/40)) (fma 27/2800 (pow x 4) 1/2)) < -0.49966204113092333Initial program 62.8
Taylor expanded around 0 0.0
Applied simplify0.0
if -0.49966204113092333 < (- (* x (* x 9/40)) (fma 27/2800 (pow x 4) 1/2)) Initial program 0.1
rmApplied add-cbrt-cube61.1
Applied add-cbrt-cube61.1
Applied cbrt-undiv61.1
Applied simplify0.1
Time bar (total: 2.5m)Debug logProfile
herbie shell --seed 2018207 +o rules:numerics
(FPCore (x)
:name "sintan (problem 3.4.5)"
(/ (- x (sin x)) (- x (tan x))))