Average Error: 0.0 → 0.0
Time: 4.4s
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 r15586 = c;
        double r15587 = sinh(r15586);
        double r15588 = -2.9807307601812193e+165;
        double r15589 = 2.0;
        double r15590 = pow(r15588, r15589);
        double r15591 = r15586 - r15590;
        double r15592 = fmod(r15587, r15591);
        return r15592;
}

double f(double c) {
        double r15593 = c;
        double r15594 = sinh(r15593);
        double r15595 = -2.9807307601812193e+165;
        double r15596 = 2.0;
        double r15597 = pow(r15595, r15596);
        double r15598 = r15593 - r15597;
        double r15599 = fmod(r15594, r15598);
        return r15599;
}

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