Average Error: 0.0 → 0.0
Time: 4.5s
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 r25799 = c;
        double r25800 = sinh(r25799);
        double r25801 = -2.9807307601812193e+165;
        double r25802 = 2.0;
        double r25803 = pow(r25801, r25802);
        double r25804 = r25799 - r25803;
        double r25805 = fmod(r25800, r25804);
        return r25805;
}

double f(double c) {
        double r25806 = c;
        double r25807 = sinh(r25806);
        double r25808 = -2.9807307601812193e+165;
        double r25809 = 2.0;
        double r25810 = pow(r25808, r25809);
        double r25811 = r25806 - r25810;
        double r25812 = fmod(r25807, r25811);
        return r25812;
}

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