Average Error: 15.0 → 15.0
Time: 3.6s
Precision: 64
Internal Precision: 384
\[\frac{x}{x \cdot x + 1}\]
\[\frac{x}{x \cdot x + 1}\]

Error

Bits error versus x

Target

Original15.0
Target0.1
Herbie15.0
\[\frac{1}{x + \frac{1}{x}}\]

Derivation

  1. Initial program 15.0

    \[\frac{x}{x \cdot x + 1}\]
  2. Removed slow pow expressions.

Runtime

Time bar (total: 3.6s)Debug logProfile

herbie shell --seed '#(1063185673 2139736501 2393378123 1907444849 1070993796 1007244912)' 
(FPCore (x)
  :name "x / (x^2 + 1)"

  :herbie-target
  (/ 1 (+ x (/ 1 x)))

  (/ x (+ (* x x) 1)))