Average Error: 0.0 → 0.0
Time: 3.7s
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 r912 = c;
        double r913 = sinh(r912);
        double r914 = -2.9807307601812193e+165;
        double r915 = 2.0;
        double r916 = pow(r914, r915);
        double r917 = r912 - r916;
        double r918 = fmod(r913, r917);
        return r918;
}

double f(double c) {
        double r919 = c;
        double r920 = sinh(r919);
        double r921 = -2.9807307601812193e+165;
        double r922 = 2.0;
        double r923 = pow(r921, r922);
        double r924 = r919 - r923;
        double r925 = fmod(r920, r924);
        return r925;
}

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