Average Error: 3.0 → 3.0
Time: 1.0m
Precision: 64
Internal Precision: 384
\[x \cdot \left(1.0 - y \cdot z\right)\]
\[x \cdot \left(1.0 - y \cdot z\right)\]

Error

Bits error versus x

Bits error versus y

Bits error versus z

Derivation

  1. Initial program 3.0

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

Runtime

Time bar (total: 1.0m)Debug log

herbie shell --seed '#(1567391828 2030694642 2833800258 828025724 3004380912 3532991858)' +o setup:early-exit +o reduce:binary-search
(FPCore (x y z)
  :name "Data.Colour.RGBSpace.HSV:hsv from colour-2.3.3, I"
  (* x (- 1.0 (* y z))))