Data.Octree.Internal:octantDistance from Octree-0.5.4.2

Specification

?
\[\begin{array}{l} \\ \sqrt{x \cdot x + y \cdot y} \end{array} \]
(FPCore (x y) :precision binary64 (sqrt (+ (* x x) (* y y))))
double code(double x, double y) {
	return sqrt(((x * x) + (y * y)));
}
real(8) function code(x, y)
    real(8), intent (in) :: x
    real(8), intent (in) :: y
    code = sqrt(((x * x) + (y * y)))
end function
public static double code(double x, double y) {
	return Math.sqrt(((x * x) + (y * y)));
}
def code(x, y):
	return math.sqrt(((x * x) + (y * y)))
function code(x, y)
	return sqrt(Float64(Float64(x * x) + Float64(y * y)))
end
function tmp = code(x, y)
	tmp = sqrt(((x * x) + (y * y)));
end
code[x_, y_] := N[Sqrt[N[(N[(x * x), $MachinePrecision] + N[(y * y), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]
\begin{array}{l}

\\
\sqrt{x \cdot x + y \cdot y}
\end{array}

Reproduce

?
herbie shell --seed 2024254 
(FPCore (x y)
  :name "Data.Octree.Internal:octantDistance  from Octree-0.5.4.2"
  :precision binary64

  :alt
  (! :herbie-platform default (if (< x -11236950826599826000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) (- x) (if (< x 1116557621183362000000000000000000000000000000000000000000000000000000000000000000000000000000) (sqrt (+ (* x x) (* y y))) x)))

  (sqrt (+ (* x x) (* y y))))

Please file a bug report with this information.

Backtrace

match-define: no matching clause for '("sqrt.f64" "(sqrt.f64 (+.f64 (*.f64 x x) (*.f64 y y)))" "oflow-rescue" 121 0 (("(*.f64 y y)" "overflow" 70) ("(*.f64 x x)" "overflow" 68) ("(+.f64 (*.f64 x x) (*.f64 y y))" "overflow" 121)) ())LC
explain!/home/nightlies/herbie/explanations-endpoint-revised/src/core/mainloop.rkt3220
run-improve!/home/nightlies/herbie/explanations-endpoint-revised/src/core/mainloop.rkt440
get-alternatives/report/home/nightlies/herbie/explanations-endpoint-revised/src/api/sandbox.rkt1860
(unnamed)/home/nightlies/herbie/explanations-endpoint-revised/src/api/sandbox.rkt2826
(unnamed)/usr/local/racket/share/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/local/racket/share/pkgs/profile-lib/main.rkt90
(unnamed)/usr/local/racket/collects/racket/engine.rkt4224