summaryrefslogtreecommitdiff
path: root/astro/libnova/files/patch-src_hyperbolic__motion.c
blob: 70492aa02d1aacd9907a8c639c8f63878ac870df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/hyperbolic_motion.c.orig	2011-07-28 11:02:50 UTC
+++ src/hyperbolic_motion.c
@@ -70,12 +70,12 @@ next_z:
                 F = Z1 * G1;
                 Q3 = Q3 + F;
                 if (Z > 100 || fabs(F) > 10000)
-                        return nan("0");
+                        return strtod("NAN(0)", NULL);
                 if (fabs(F) > PREC)
                         goto next_z;
                 L++;
                 if (L > 100)
-                        return nan("0");
+                        return strtod("NAN(0)", NULL);
                 do
                 {
                         S1 = S;