Average Error: 0.0 → 0.0
Time: 5.5s
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 r10846 = c;
        double r10847 = sinh(r10846);
        double r10848 = -2.9807307601812193e+165;
        double r10849 = 2.0;
        double r10850 = pow(r10848, r10849);
        double r10851 = r10846 - r10850;
        double r10852 = fmod(r10847, r10851);
        return r10852;
}

double f(double c) {
        double r10853 = c;
        double r10854 = sinh(r10853);
        double r10855 = -2.9807307601812193e+165;
        double r10856 = 2.0;
        double r10857 = pow(r10855, r10856);
        double r10858 = r10853 - r10857;
        double r10859 = fmod(r10854, r10858);
        return r10859;
}

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