Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/jot
Module Name: src
Committed By: dsl
Date: Sun Feb 24 00:04:00 UTC 2008
Modified Files:
src/usr.bin/jot: jot.c
Log Message:
When converting fp values to integer, use floor(x) so that we get
consistent convertions not the 'round to even'.
This means that it is possibly to generate the 'stuttered' sequence
4 4 3 3 2 2 1 1 0 0 -1 -1.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/usr.bin/jot/jot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index