Linear.Projection:inverseInfinitePerspective from linear-1.19.1.3

?

\[\left(x \cdot y - z \cdot y\right) \cdot t \]
(FPCore (x y z t) :precision binary64 (* (- (* x y) (* z y)) t))
double code(double x, double y, double z, double t) {
	return ((x * y) - (z * y)) * t;
}
real(8) function code(x, y, z, t)
    real(8), intent (in) :: x
    real(8), intent (in) :: y
    real(8), intent (in) :: z
    real(8), intent (in) :: t
    code = ((x * y) - (z * y)) * t
end function
public static double code(double x, double y, double z, double t) {
	return ((x * y) - (z * y)) * t;
}
def code(x, y, z, t):
	return ((x * y) - (z * y)) * t
function code(x, y, z, t)
	return Float64(Float64(Float64(x * y) - Float64(z * y)) * t)
end
function tmp = code(x, y, z, t)
	tmp = ((x * y) - (z * y)) * t;
end
code[x_, y_, z_, t_] := N[(N[(N[(x * y), $MachinePrecision] - N[(z * y), $MachinePrecision]), $MachinePrecision] * t), $MachinePrecision]
\left(x \cdot y - z \cdot y\right) \cdot t

Reproduce?

Please include this information when filing a bug report:

herbie shell --seed 2023243 
(FPCore (x y z t)
  :name "Linear.Projection:inverseInfinitePerspective from linear-1.19.1.3"
  :precision binary64

  :herbie-target
  (if (< t -9.231879582886777e-80) (* (* y t) (- x z)) (if (< t 2.543067051564877e+83) (* y (* t (- x z))) (* (* y (- x z)) t)))

  (* (- (* x y) (* z y)) t))

Backtrace

arb-cbrt: UnimplementedLC
f/home/nightlies/herbie/arb-support/src/programs.rkt1872
(unnamed)/home/nightlies/herbie/arb-support/src/ground-truth.rkt232
arb-eval/home/nightlies/herbie/arb-support/src/sampling.rkt1260
f/home/nightlies/herbie/arb-support/src/ground-truth.rkt462
compute-local-errors/home/nightlies/herbie/arb-support/src/core/localize.rkt380
batch-localize-error/home/nightlies/herbie/arb-support/src/core/localize.rkt260
localize!/home/nightlies/herbie/arb-support/src/mainloop.rkt1230
run-iter!/home/nightlies/herbie/arb-support/src/mainloop.rkt2760
mutate!/home/nightlies/herbie/arb-support/src/mainloop.rkt3950
run-improve!/home/nightlies/herbie/arb-support/src/mainloop.rkt3530
get-alternatives/report/home/nightlies/herbie/arb-support/src/sandbox.rkt1480
(unnamed)/home/nightlies/herbie/arb-support/src/sandbox.rkt2476
(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