e^{-\left(1 - x \cdot x\right)}\frac{\sqrt{{\left(e^{x}\right)}^{x}}}{\frac{e^{1}}{\sqrt{{\left(e^{x}\right)}^{x}}}}double f(double x) {
double r30432 = 1.0;
double r30433 = x;
double r30434 = r30433 * r30433;
double r30435 = r30432 - r30434;
double r30436 = -r30435;
double r30437 = exp(r30436);
return r30437;
}
double f(double x) {
double r30438 = x;
double r30439 = exp(r30438);
double r30440 = pow(r30439, r30438);
double r30441 = sqrt(r30440);
double r30442 = 1.0;
double r30443 = exp(r30442);
double r30444 = r30443 / r30441;
double r30445 = r30441 / r30444;
return r30445;
}



Bits error versus x
Results
Initial program 0.0
rmApplied add-log-exp0.0
Applied add-log-exp0.0
Applied diff-log0.0
Applied neg-log0.0
Applied rem-exp-log0.0
rmApplied add-log-exp0.0
Applied exp-to-pow0.0
rmApplied add-sqr-sqrt0.0
Applied *-un-lft-identity0.0
Applied times-frac0.0
Applied associate-/r*0.0
Simplified0.0
Final simplification0.0
herbie shell --seed 2020035 +o rules:numerics
(FPCore (x)
:name "exp neg sub"
:precision binary64
(exp (- (- 1 (* x x)))))