Cannot sample enough valid points. (more)

\[\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 r112 = c;
        double r113 = sinh(r112);
        double r114 = -2.9807307601812193e+165;
        double r115 = 2.0;
        double r116 = pow(r114, r115);
        double r117 = r112 - r116;
        double r118 = fmod(r113, r117);
        return r118;
}