Average Error: 0.0 → 0.0
Time: 19.6s
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 r17485 = c;
        double r17486 = sinh(r17485);
        double r17487 = -2.9807307601812193e+165;
        double r17488 = 2.0;
        double r17489 = pow(r17487, r17488);
        double r17490 = r17485 - r17489;
        double r17491 = fmod(r17486, r17490);
        return r17491;
}

double f(double c) {
        double r17492 = c;
        double r17493 = sinh(r17492);
        double r17494 = -2.9807307601812193e+165;
        double r17495 = 2.0;
        double r17496 = pow(r17494, r17495);
        double r17497 = r17492 - r17496;
        double r17498 = fmod(r17493, r17497);
        return r17498;
}

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 2019291 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))