Average Error: 0.0 → 0.0
Time: 15.8s
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 r8627 = c;
        double r8628 = sinh(r8627);
        double r8629 = -2.9807307601812193e+165;
        double r8630 = 2.0;
        double r8631 = pow(r8629, r8630);
        double r8632 = r8627 - r8631;
        double r8633 = fmod(r8628, r8632);
        return r8633;
}

double f(double c) {
        double r8634 = c;
        double r8635 = sinh(r8634);
        double r8636 = -2.9807307601812193e+165;
        double r8637 = 2.0;
        double r8638 = pow(r8636, r8637);
        double r8639 = r8634 - r8638;
        double r8640 = fmod(r8635, r8639);
        return r8640;
}

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 2019304 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))