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 r29529 = 1.0;
double r29530 = x;
double r29531 = r29530 * r29530;
double r29532 = r29529 - r29531;
double r29533 = -r29532;
double r29534 = exp(r29533);
return r29534;
}
double f(double x) {
double r29535 = x;
double r29536 = exp(r29535);
double r29537 = pow(r29536, r29535);
double r29538 = sqrt(r29537);
double r29539 = 1.0;
double r29540 = exp(r29539);
double r29541 = r29540 / r29538;
double r29542 = r29538 / r29541;
return r29542;
}



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
(FPCore (x)
:name "exp neg sub"
:precision binary64
(exp (- (- 1 (* x x)))))