Average Error: 0.0 → 0.0
Time: 4.3s
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 r11915 = c;
        double r11916 = sinh(r11915);
        double r11917 = -2.9807307601812193e+165;
        double r11918 = 2.0;
        double r11919 = pow(r11917, r11918);
        double r11920 = r11915 - r11919;
        double r11921 = fmod(r11916, r11920);
        return r11921;
}

double f(double c) {
        double r11922 = c;
        double r11923 = sinh(r11922);
        double r11924 = -2.9807307601812193e+165;
        double r11925 = 2.0;
        double r11926 = pow(r11924, r11925);
        double r11927 = r11922 - r11926;
        double r11928 = fmod(r11923, r11927);
        return r11928;
}

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