Average Error: 0.0 → 0.0
Time: 12.4s
Precision: 64
Internal precision: 128
\[x.re \cdot y.re - x.im \cdot y.im\]
\[x.re \cdot y.re - x.im \cdot y.im\]

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.re - x.im \cdot y.im\]
  2. Removed slow pow expressions

Runtime

Time bar (total: 12.4s) Debug log

Please include this information when filing a bug report:

herbie --seed '#(2043603067 1072941345 1515244647 1932130540 4193555350 3936131666)'
(FPCore (x.re x.im y.re y.im)
  :name "_multiplyComplex, real part"
  (- (* x.re y.re) (* x.im y.im)))