Average Error: 0.0 → 0.0
Time: 6.9s
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 r6493 = c;
        double r6494 = sinh(r6493);
        double r6495 = -2.9807307601812193e+165;
        double r6496 = 2.0;
        double r6497 = pow(r6495, r6496);
        double r6498 = r6493 - r6497;
        double r6499 = fmod(r6494, r6498);
        return r6499;
}

double f(double c) {
        double r6500 = c;
        double r6501 = sinh(r6500);
        double r6502 = -2.9807307601812193e+165;
        double r6503 = 2.0;
        double r6504 = pow(r6502, r6503);
        double r6505 = r6500 - r6504;
        double r6506 = fmod(r6501, r6505);
        return r6506;
}

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