Average Error: 0.0 → 0.0
Time: 553.0ms
Precision: 64
\[\sqrt{x + y}\]
\[\sqrt{x + y}\]
\sqrt{x + y}
\sqrt{x + y}
double f(double x, double y) {
        double r79645 = x;
        double r79646 = y;
        double r79647 = r79645 + r79646;
        double r79648 = sqrt(r79647);
        return r79648;
}

double f(double x, double y) {
        double r79649 = x;
        double r79650 = y;
        double r79651 = r79649 + r79650;
        double r79652 = sqrt(r79651);
        return r79652;
}

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 2020042 
(FPCore (x y)
  :name "Optimisation.CirclePacking:place from circle-packing-0.1.0.4, A"
  :precision binary64
  (sqrt (+ x y)))