Cannot sample enough valid points. (more)

\[\frac{x}{0.0}\]
\frac{x}{0.0}
double code(double x) {
	return ((double) (x / 0.0));
}

Reproduce

herbie shell --seed 2020153 
(FPCore (x)
  :name "(/ x 0)"
  :precision binary64
  (/ x 0.0))