Average Error: 0.0 → 0.0
Time: 23.7s
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 r27542 = c;
        double r27543 = sinh(r27542);
        double r27544 = -2.9807307601812193e+165;
        double r27545 = 2.0;
        double r27546 = pow(r27544, r27545);
        double r27547 = r27542 - r27546;
        double r27548 = fmod(r27543, r27547);
        return r27548;
}

double f(double c) {
        double r27549 = c;
        double r27550 = sinh(r27549);
        double r27551 = -2.9807307601812193e+165;
        double r27552 = 2.0;
        double r27553 = pow(r27551, r27552);
        double r27554 = r27549 - r27553;
        double r27555 = fmod(r27550, r27554);
        return r27555;
}

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