Average Error: 0.0 → 0.0
Time: 29.1s
Precision: 64
Internal Precision: 384
\[\frac{x + y}{x - y}\]
\[\frac{x + y}{x - y}\]

Error

Bits error versus x

Bits error versus y

Derivation

  1. Initial program 0.0

    \[\frac{x + y}{x - y}\]

Runtime

Time bar (total: 29.1s)Debug log

herbie shell --seed '#(1743936871 1855164119 3668777427 1254258049 132811564 1366975197)' 
(FPCore (x y)
  :name "test03_nonlin2"
  :pre (and (< 0 x 1) (< -1 y -0.1))
  (/ (+ x y) (- x y)))