Average Error: 0.0 → 0.0
Time: 15.9s
Precision: 64
Ground Truth: 128
\[x.re \cdot y.im + x.im \cdot y.re\]
\[x.re \cdot y.im + x.im \cdot y.re\]

Error

Bits error versus x.re

Bits error versus x.im

Bits error versus y.re

Bits error versus y.im

Derivation

  1. Initial program 0.0

    \[x.re \cdot y.im + x.im \cdot y.re\]
  2. Removed slow pow expressions

Runtime

Total time: 15.9s Debug log

Please include this information when filing a bug report:

herbie --seed '#(3133253297 2103424619 2177856674 3438487320 3971409815 916690438)'
(FPCore (x.re x.im y.re y.im)
  :name "_multiplyComplex, imaginary part"
  (+ (* x.re y.im) (* x.im y.re)))