diff src/utils.cc @ 1086:75fc98220389

[project @ 1995-01-31 04:17:15 by jwe]
author jwe
date Tue, 31 Jan 1995 04:17:15 +0000
parents 914348f891f0
children 3535aa4d38c6
line wrap: on
line diff
--- a/src/utils.cc	Tue Jan 31 04:17:15 1995 +0000
+++ b/src/utils.cc	Tue Jan 31 04:17:15 1995 +0000
@@ -501,6 +501,9 @@
   return retval;
 }
 
+// Convert X to the nearest integer value.  Should not pass NaN to
+// this function.
+
 int
 NINT (double x)
 {