2-ancestry mixing, zero discriminant

Specification

?
\[\sqrt[3]{\frac{g}{2 \cdot a}} \]
(FPCore (g a) :precision binary64 (cbrt (/ g (* 2.0 a))))
double code(double g, double a) {
	return cbrt((g / (2.0 * a)));
}
public static double code(double g, double a) {
	return Math.cbrt((g / (2.0 * a)));
}
function code(g, a)
	return cbrt(Float64(g / Float64(2.0 * a)))
end
code[g_, a_] := N[Power[N[(g / N[(2.0 * a), $MachinePrecision]), $MachinePrecision], 1/3], $MachinePrecision]
\sqrt[3]{\frac{g}{2 \cdot a}}

Reproduce

?
herbie shell --seed 2025191 
(FPCore (g a)
  :name "2-ancestry mixing, zero discriminant"
  :precision binary64
  (cbrt (/ g (* 2.0 a))))

Please file a bug report with this information.

Backtrace

egraph-prove: cannot prove (cbrt.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 g a)))) is equal to (cbrt.f64 (*.f64 #s(literal 1/2 binary64) g)); not equalLC
add-derivations-to/home/nightlies/herbie/batch-reconstruct-alt/src/core/derivations.rkt160
hash-ref!/usr/share/racket/collects/racket/private/more-scheme.rkt3772
add-derivations/home/nightlies/herbie/batch-reconstruct-alt/src/core/derivations.rkt300
extract!/home/nightlies/herbie/batch-reconstruct-alt/src/core/mainloop.rkt700
run-improve!/home/nightlies/herbie/batch-reconstruct-alt/src/core/mainloop.rkt420
get-alternatives/home/nightlies/herbie/batch-reconstruct-alt/src/api/sandbox.rkt610
(unnamed)/home/nightlies/herbie/batch-reconstruct-alt/src/api/sandbox.rkt1816
(unnamed)/usr/share/racket/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/share/racket/pkgs/profile-lib/main.rkt90
in-engine/home/nightlies/herbie/batch-reconstruct-alt/src/api/sandbox.rkt1972
(unnamed)/usr/share/racket/collects/racket/engine.rkt4224