Average Error: 0.0 → 0.0
Time: 803.0ms
Precision: 64
\[\sqrt{x + y}\]
\[\sqrt{x + y}\]
\sqrt{x + y}
\sqrt{x + y}
double f(double x, double y) {
        double r44298 = x;
        double r44299 = y;
        double r44300 = r44298 + r44299;
        double r44301 = sqrt(r44300);
        return r44301;
}

double f(double x, double y) {
        double r44302 = x;
        double r44303 = y;
        double r44304 = r44302 + r44303;
        double r44305 = sqrt(r44304);
        return r44305;
}

Error

Bits error versus x

Bits error versus y

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.0

    \[\sqrt{x + y}\]
  2. Final simplification0.0

    \[\leadsto \sqrt{x + y}\]

Reproduce

herbie shell --seed 2019346 
(FPCore (x y)
  :name "Optimisation.CirclePacking:place from circle-packing-0.1.0.4, A"
  :precision binary64
  (sqrt (+ x y)))