Average Error: 0.0 → 0.0
Time: 4.3s
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 r3608 = c;
        double r3609 = sinh(r3608);
        double r3610 = -2.9807307601812193e+165;
        double r3611 = 2.0;
        double r3612 = pow(r3610, r3611);
        double r3613 = r3608 - r3612;
        double r3614 = fmod(r3609, r3613);
        return r3614;
}

double f(double c) {
        double r3615 = c;
        double r3616 = sinh(r3615);
        double r3617 = -2.9807307601812193e+165;
        double r3618 = 2.0;
        double r3619 = pow(r3617, r3618);
        double r3620 = r3615 - r3619;
        double r3621 = fmod(r3616, r3620);
        return r3621;
}

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