Average Error: 0.0 → 0.0
Time: 13.0s
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 r24123 = c;
        double r24124 = sinh(r24123);
        double r24125 = -2.9807307601812193e+165;
        double r24126 = 2.0;
        double r24127 = pow(r24125, r24126);
        double r24128 = r24123 - r24127;
        double r24129 = fmod(r24124, r24128);
        return r24129;
}

double f(double c) {
        double r24130 = c;
        double r24131 = sinh(r24130);
        double r24132 = -2.9807307601812193e+165;
        double r24133 = 2.0;
        double r24134 = pow(r24132, r24133);
        double r24135 = r24130 - r24134;
        double r24136 = fmod(r24131, r24135);
        return r24136;
}

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 2019179 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))