Average Error: 0.0 → 0.0
Time: 4.5s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r11601 = c;
        double r11602 = sinh(r11601);
        double r11603 = -2.9807307601812193e+165;
        double r11604 = 2.0;
        double r11605 = pow(r11603, r11604);
        double r11606 = r11601 - r11605;
        double r11607 = fmod(r11602, r11606);
        return r11607;
}

double f(double c) {
        double r11608 = c;
        double r11609 = sinh(r11608);
        double r11610 = -2.9807307601812193e+165;
        double r11611 = 2.0;
        double r11612 = pow(r11610, r11611);
        double r11613 = r11608 - r11612;
        double r11614 = fmod(r11609, r11613);
        return r11614;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2020081 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))