Use the --timeout flag to change the timeout.
\frac{\left(\left(\left(\left(1 + 0.1049934947 \cdot \left(x \cdot x\right)\right) + 0.042406060400000001 \cdot \left(\left(x \cdot x\right) \cdot \left(x \cdot x\right)\right)\right) + 0.00726441819999999999 \cdot \left(\left(\left(x \cdot x\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right)\right) + 5.0640340000000002 \cdot 10^{-4} \cdot \left(\left(\left(\left(x \cdot x\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right)\right) + 1.789971 \cdot 10^{-4} \cdot \left(\left(\left(\left(\left(x \cdot x\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right)}{\left(\left(\left(\left(\left(1 + 0.77154710189999998 \cdot \left(x \cdot x\right)\right) + 0.29097386390000002 \cdot \left(\left(x \cdot x\right) \cdot \left(x \cdot x\right)\right)\right) + 0.069455576099999999 \cdot \left(\left(\left(x \cdot x\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right)\right) + 0.014000544199999999 \cdot \left(\left(\left(\left(x \cdot x\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right)\right) + 8.32794500000000044 \cdot 10^{-4} \cdot \left(\left(\left(\left(\left(x \cdot x\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right)\right) + \left(2 \cdot 1.789971 \cdot 10^{-4}\right) \cdot \left(\left(\left(\left(\left(\left(x \cdot x\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right) \cdot \left(x \cdot x\right)\right)} \cdot xdouble f(double x) {
double r497074 = 1.0;
double r497075 = 0.1049934947;
double r497076 = x;
double r497077 = r497076 * r497076;
double r497078 = r497075 * r497077;
double r497079 = r497074 + r497078;
double r497080 = 0.0424060604;
double r497081 = r497077 * r497077;
double r497082 = r497080 * r497081;
double r497083 = r497079 + r497082;
double r497084 = 0.0072644182;
double r497085 = r497081 * r497077;
double r497086 = r497084 * r497085;
double r497087 = r497083 + r497086;
double r497088 = 0.0005064034;
double r497089 = r497085 * r497077;
double r497090 = r497088 * r497089;
double r497091 = r497087 + r497090;
double r497092 = 0.0001789971;
double r497093 = r497089 * r497077;
double r497094 = r497092 * r497093;
double r497095 = r497091 + r497094;
double r497096 = 0.7715471019;
double r497097 = r497096 * r497077;
double r497098 = r497074 + r497097;
double r497099 = 0.2909738639;
double r497100 = r497099 * r497081;
double r497101 = r497098 + r497100;
double r497102 = 0.0694555761;
double r497103 = r497102 * r497085;
double r497104 = r497101 + r497103;
double r497105 = 0.0140005442;
double r497106 = r497105 * r497089;
double r497107 = r497104 + r497106;
double r497108 = 0.0008327945;
double r497109 = r497108 * r497093;
double r497110 = r497107 + r497109;
double r497111 = 2.0;
double r497112 = r497111 * r497092;
double r497113 = r497093 * r497077;
double r497114 = r497112 * r497113;
double r497115 = r497110 + r497114;
double r497116 = r497095 / r497115;
double r497117 = r497116 * r497076;
return r497117;
}
herbie shell --seed 2020007 +o rules:numerics
(FPCore (x)
:name "Jmat.Real.dawson"
:precision binary64
(* (/ (+ (+ (+ (+ (+ 1 (* 0.1049934947 (* x x))) (* 0.0424060604 (* (* x x) (* x x)))) (* 0.0072644182 (* (* (* x x) (* x x)) (* x x)))) (* 0.0005064034 (* (* (* (* x x) (* x x)) (* x x)) (* x x)))) (* 0.0001789971 (* (* (* (* (* x x) (* x x)) (* x x)) (* x x)) (* x x)))) (+ (+ (+ (+ (+ (+ 1 (* 0.7715471019 (* x x))) (* 0.2909738639 (* (* x x) (* x x)))) (* 0.0694555761 (* (* (* x x) (* x x)) (* x x)))) (* 0.0140005442 (* (* (* (* x x) (* x x)) (* x x)) (* x x)))) (* 0.0008327945 (* (* (* (* (* x x) (* x x)) (* x x)) (* x x)) (* x x)))) (* (* 2 0.0001789971) (* (* (* (* (* (* x x) (* x x)) (* x x)) (* x x)) (* x x)) (* x x))))) x))