new statistics.

better precision when writing floats.
use_module should check file modificiation time.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@118 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2001-07-05 20:23:21 +00:00
parent 27526bcb0d
commit 6e241c6c8b
8 changed files with 87 additions and 57 deletions

View File

@@ -123,7 +123,7 @@ wrputf(Float f) /* writes a float */
wrputc(' ');
}
lastw = alphanum;
sprintf(s, "%.6g", f);
sprintf(s, "%.15g", f);
while (*pt == ' ')
pt++;
if (*pt == 'i' || *pt == 'n') /* inf or nan */