\[e^{\left(x \cdot y\right) \cdot y}\]
e^{\left(x \cdot y\right) \cdot y}
double code(double x, double y) {
	return ((double) exp(((double) (((double) (x * y)) * y))));
}

Reproduce

Please include this information when filing a bug report:

herbie shell --seed 2020155 
(FPCore (x y)
  :name "Data.Random.Distribution.Normal:normalF from random-fu-0.2.6.2"
  :precision binary64
  (exp (* (* x y) y)))

Backtrace

hash-ref: no value found for key key: 'xLC
range-table->hyperrects/data/pavpan/nightlies/herbie/ival-find-range/src/findroot.rkt580
make-sampler/data/pavpan/nightlies/herbie/ival-find-range/src/points.rkt1240
prepare-points-intervals/data/pavpan/nightlies/herbie/ival-find-range/src/points.rkt1550
run-improve47/data/pavpan/nightlies/herbie/ival-find-range/src/mainloop.rkt3650
.../more-scheme.rkt:261:28unknown
run/opt/racket-7.5/share/pkgs/profile-lib/main.rkt392
profile-thunk16/opt/racket-7.5/share/pkgs/profile-lib/main.rkt90
(unnamed)/opt/racket-7.5/collects/racket/private/more-scheme.rkt26128

Reproduce

herbie shell --seed 2020155 
(FPCore (x y)
  :name "Data.Random.Distribution.Normal:normalF from random-fu-0.2.6.2"
  :precision binary64
  (exp (* (* x y) y)))