\[x - \frac{\log \left(\left(1 - y\right) + y \cdot e^{z}\right)}{t}\]
x - \frac{\log \left(\left(1 - y\right) + y \cdot e^{z}\right)}{t}
double f(double x, double y, double z, double t) {
        double r148835 = x;
        double r148836 = 1.0;
        double r148837 = y;
        double r148838 = r148836 - r148837;
        double r148839 = z;
        double r148840 = exp(r148839);
        double r148841 = r148837 * r148840;
        double r148842 = r148838 + r148841;
        double r148843 = log(r148842);
        double r148844 = t;
        double r148845 = r148843 / r148844;
        double r148846 = r148835 - r148845;
        return r148846;
}

Reproduce

Please include this information when filing a bug report:

herbie shell --seed 2019323 +o rules:numerics
(FPCore (x y z t)
  :name "System.Random.MWC.Distributions:truncatedExp from mwc-random-0.13.3.2"
  :precision binary64

  :herbie-target
  (if (< z -2.8874623088207947e+119) (- (- x (/ (/ (- 0.5) (* y t)) (* z z))) (* (/ (- 0.5) (* y t)) (/ (/ 2 z) (* z z)))) (- x (/ (log (+ 1 (* z y))) t)))

  (- x (/ (log (+ (- 1 y) (* y (exp z)))) t)))

Backtrace

get-representation: Unknown representation realLC
(unnamed)/data/pavpan/nightlies/herbie/fix-interface-bugs/src/core/regimes.rkt653
filter/opt/racket-7.2/collects/racket/private/list.rkt2562
infer-splitpoints/data/pavpan/nightlies/herbie/fix-interface-bugs/src/core/regimes.rkt340
get-final-combination/data/pavpan/nightlies/herbie/fix-interface-bugs/src/mainloop.rkt3690
(unnamed)/opt/racket-7.2/collects/racket/private/more-scheme.rkt26128
run/opt/racket-7.2/share/pkgs/profile-lib/main.rkt392
profile-thunk16/opt/racket-7.2/share/pkgs/profile-lib/main.rkt90
(unnamed)/opt/racket-7.2/collects/racket/private/more-scheme.rkt26128