Average Error: 0.0 → 0.0
Time: 6.5s
Precision: 64
Internal precision: 128
\[x \cdot \left(y + 1.0\right)\]
\[x \cdot \left(y + 1.0\right)\]

Error

Bits error versus x

Bits error versus y

Target

Original0.0
Comparison0.0
Herbie0.0
\[ x + x \cdot y \]

Derivation

  1. Initial program 0.0

    \[x \cdot \left(y + 1.0\right)\]
  2. Removed slow pow expressions

Runtime

Time bar (total: 6.5s) Debug log

Please include this information when filing a bug report:

herbie --seed '#(1821668256 3015229872 3484374827 2672610424 153308991 3487434564)'
(FPCore (x y)
  :name "Data.Colour.RGBSpace.HSL:hsl from colour-2.3.3, B"

  :target
  (+ x (* x y))

  (* x (+ y 1.0)))