Average Error: 0.0 → 0.0
Time: 4.1s
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 r15083 = c;
        double r15084 = sinh(r15083);
        double r15085 = -2.9807307601812193e+165;
        double r15086 = 2.0;
        double r15087 = pow(r15085, r15086);
        double r15088 = r15083 - r15087;
        double r15089 = fmod(r15084, r15088);
        return r15089;
}

double f(double c) {
        double r15090 = c;
        double r15091 = sinh(r15090);
        double r15092 = -2.9807307601812193e+165;
        double r15093 = 2.0;
        double r15094 = pow(r15092, r15093);
        double r15095 = r15090 - r15094;
        double r15096 = fmod(r15091, r15095);
        return r15096;
}

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))))