Average Error: 0.0 → 0.0
Time: 4.2s
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 r32480 = c;
        double r32481 = sinh(r32480);
        double r32482 = -2.9807307601812193e+165;
        double r32483 = 2.0;
        double r32484 = pow(r32482, r32483);
        double r32485 = r32480 - r32484;
        double r32486 = fmod(r32481, r32485);
        return r32486;
}

double f(double c) {
        double r32487 = c;
        double r32488 = sinh(r32487);
        double r32489 = -2.9807307601812193e+165;
        double r32490 = 2.0;
        double r32491 = pow(r32489, r32490);
        double r32492 = r32487 - r32491;
        double r32493 = fmod(r32488, r32492);
        return r32493;
}

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