Average Error: 0.0 → 0.0
Time: 6.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 r24837 = c;
        double r24838 = sinh(r24837);
        double r24839 = -2.9807307601812193e+165;
        double r24840 = 2.0;
        double r24841 = pow(r24839, r24840);
        double r24842 = r24837 - r24841;
        double r24843 = fmod(r24838, r24842);
        return r24843;
}

double f(double c) {
        double r24844 = c;
        double r24845 = sinh(r24844);
        double r24846 = -2.9807307601812193e+165;
        double r24847 = 2.0;
        double r24848 = pow(r24846, r24847);
        double r24849 = r24844 - r24848;
        double r24850 = fmod(r24845, r24849);
        return r24850;
}

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