Crypto.Random.Test:calculate from crypto-random-0.0.9

Specification

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

\\
x + \frac{y \cdot y}{z}
\end{array}

Reproduce

?
herbie shell --seed 2024276 
(FPCore (x y z)
  :name "Crypto.Random.Test:calculate from crypto-random-0.0.9"
  :precision binary64

  :alt
  (! :herbie-platform default (+ x (* y (/ y z))))

  (+ x (/ (* y y) z)))

Please file a bug report with this information.

Backtrace

match-define: no matching clause for (ddlf +nan.0 +nan.0 #f 2673.2236486706006 -1.7020005130332045e-13)LC
logabs/home/nightlies/herbie/bhargav-log-space/src/core/logspace.rkt1890
representable?/home/nightlies/herbie/bhargav-log-space/src/core/logspace.rkt650
f149.../match/compiler.rkt55940
predict-errors/home/nightlies/herbie/bhargav-log-space/src/core/explain.rkt1020
explain/home/nightlies/herbie/bhargav-log-space/src/core/explain.rkt7120
explain!/home/nightlies/herbie/bhargav-log-space/src/core/mainloop.rkt3230
run-improve!/home/nightlies/herbie/bhargav-log-space/src/core/mainloop.rkt450
get-alternatives/report/home/nightlies/herbie/bhargav-log-space/src/api/sandbox.rkt1860
(unnamed)/home/nightlies/herbie/bhargav-log-space/src/api/sandbox.rkt2826
(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