?

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

Reproduce?

Please include this information when filing a bug report:

herbie shell --seed 2023098 
(FPCore (x y)
  :name "Linear.Quaternion:$clog from linear-1.19.1.3"
  :precision binary64

  :herbie-target
  (if (< x -1.5097698010472593e+153) (- (+ (* 0.5 (/ y x)) x)) (if (< x 5.582399551122541e+57) (sqrt (+ (* x x) y)) (+ (* 0.5 (/ y x)) x)))

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

Backtrace

hash-ref: no value found for key key: 'falseLC
(unnamed)/home/nightlies/herbie/using-ruler-nightlies/src/syntax/syntax.rkt2302
f336.../match/compiler.rkt54840
expand-parametric/home/nightlies/herbie/using-ruler-nightlies/src/syntax/sugar.rkt620
(unnamed)/home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt2559
rule->egg-rules/home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt2240
expand-rules/home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt4880
egraph-run-rules/home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt5090
(unnamed)/home/nightlies/herbie/using-ruler-nightlies/src/core/simplify.rkt583
with-egraph/home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt3330
simplify-batch/home/nightlies/herbie/using-ruler-nightlies/src/core/simplify.rkt230
(unnamed)/usr/share/racket/collects/racket/contract/private/arrow-higher-order.rkt37933
get-swaps/home/nightlies/herbie/using-ruler-nightlies/src/symmetry.rkt60
connected-components/home/nightlies/herbie/using-ruler-nightlies/src/symmetry.rkt180
run-improve!/home/nightlies/herbie/using-ruler-nightlies/src/mainloop.rkt3200
run-herbie/home/nightlies/herbie/using-ruler-nightlies/src/sandbox.rkt570
(unnamed)/home/nightlies/herbie/using-ruler-nightlies/src/sandbox.rkt1336
(unnamed)/usr/share/racket/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/share/racket/pkgs/profile-lib/main.rkt90
(unnamed)/usr/share/racket/collects/racket/engine.rkt4224