diff --git a/src/math.c b/src/math.c index 999551b..6494c53 100644 --- a/src/math.c +++ b/src/math.c @@ -185,7 +185,7 @@ if (x_int > 127) { - return INFINITY; + return neg ? 0 : INFINITY; } else {