


Bits error versus re



Bits error versus im
Results
if (- re) < -3.0346774368399296e+128Initial program 53.5
Taylor expanded around inf 8.9
if -3.0346774368399296e+128 < (- re) < 3.885765596894332e-285 or 1.1734262626490164e-228 < (- re) < 8.778892043483209e+92Initial program 19.7
if 3.885765596894332e-285 < (- re) < 1.1734262626490164e-228Initial program 29.2
Taylor expanded around 0 35.9
if 8.778892043483209e+92 < (- re) Initial program 46.1
Taylor expanded around -inf 11.3
Applied simplify11.3
Time bar (total: 29.5s)Debug logProfile
herbie shell --seed 2018178
(FPCore (re im)
:name "math.abs on complex"
(sqrt (+ (* re re) (* im im))))