Average Error: 0.0 → 0.0
Time: 9.0s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r15494 = c;
        double r15495 = sinh(r15494);
        double r15496 = -2.9807307601812193e+165;
        double r15497 = 2.0;
        double r15498 = pow(r15496, r15497);
        double r15499 = r15494 - r15498;
        double r15500 = fmod(r15495, r15499);
        return r15500;
}

double f(double c) {
        double r15501 = c;
        double r15502 = sinh(r15501);
        double r15503 = -2.9807307601812193e+165;
        double r15504 = 2.0;
        double r15505 = pow(r15503, r15504);
        double r15506 = r15501 - r15505;
        double r15507 = fmod(r15502, r15506);
        return r15507;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

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

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

Reproduce

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