diff options
Diffstat (limited to 'src/math/llrint.c')
-rw-r--r-- | src/math/llrint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/llrint.c b/src/math/llrint.c index ee783b8e..4f583ae5 100644 --- a/src/math/llrint.c +++ b/src/math/llrint.c @@ -1,6 +1,6 @@ #include <math.h> -/* assumes LLONG_MAX > 2^53, see comments in lrint.c */ +/* uses LLONG_MAX > 2^53, see comments in lrint.c */ long long llrint(double x) { |