diff --git a/src/core/math.c b/src/core/math.c index c65294d0..c5aea93f 100644 --- a/src/core/math.c +++ b/src/core/math.c @@ -317,7 +317,7 @@ static double janet_gcd(double x, double y) { #ifdef NAN return NAN; #else - return 0.0 \ 0.0; + return 0.0 / 0.0; #endif } if (isinf(x) || isinf(y)) return INFINITY;