diff options
Diffstat (limited to 'tests/monotonic-system.c')
-rw-r--r-- | tests/monotonic-system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/monotonic-system.c b/tests/monotonic-system.c index e36c6c9..0774908 100644 --- a/tests/monotonic-system.c +++ b/tests/monotonic-system.c @@ -39,7 +39,7 @@ main() sandglass_bench(&sandglass, sandglass_spin(&tosleep)); - printf("%g\n", sandglass.grains/sandglass.resolution); + printf("%.15g\n", sandglass.grains/sandglass.resolution); return EXIT_SUCCESS; } |