Average Error: 0.0 → 0.0
Time: 17.9s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r29758 = c;
        double r29759 = sinh(r29758);
        double r29760 = -2.9807307601812193e+165;
        double r29761 = 2.0;
        double r29762 = pow(r29760, r29761);
        double r29763 = r29758 - r29762;
        double r29764 = fmod(r29759, r29763);
        return r29764;
}

double f(double c) {
        double r29765 = c;
        double r29766 = sinh(r29765);
        double r29767 = -2.9807307601812193e+165;
        double r29768 = 2.0;
        double r29769 = pow(r29767, r29768);
        double r29770 = r29765 - r29769;
        double r29771 = fmod(r29766, r29770);
        return r29771;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2019194 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))