Average Error: 0.0 → 0.0
Time: 17.9s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r481655 = c;
        double r481656 = sinh(r481655);
        double r481657 = -2.9807307601812193e+165;
        double r481658 = 2.0;
        double r481659 = pow(r481657, r481658);
        double r481660 = r481655 - r481659;
        double r481661 = fmod(r481656, r481660);
        return r481661;
}

double f(double c) {
        double r481662 = c;
        double r481663 = sinh(r481662);
        double r481664 = -2.9807307601812193e+165;
        double r481665 = 2.0;
        double r481666 = pow(r481664, r481665);
        double r481667 = r481662 - r481666;
        double r481668 = fmod(r481663, r481667);
        return r481668;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2019170 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))