Average Error: 0.0 → 0.0
Time: 5.1s
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 r9848 = c;
        double r9849 = sinh(r9848);
        double r9850 = -2.9807307601812193e+165;
        double r9851 = 2.0;
        double r9852 = pow(r9850, r9851);
        double r9853 = r9848 - r9852;
        double r9854 = fmod(r9849, r9853);
        return r9854;
}

double f(double c) {
        double r9855 = c;
        double r9856 = sinh(r9855);
        double r9857 = -2.9807307601812193e+165;
        double r9858 = 2.0;
        double r9859 = pow(r9857, r9858);
        double r9860 = r9855 - r9859;
        double r9861 = fmod(r9856, r9860);
        return r9861;
}

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