Use round-toward-0 instead of round-to-nearest in fixed-point example.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 24 Oct 2009 19:10:54 +0000 (12:10 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 24 Oct 2009 19:10:54 +0000 (12:10 -0700)
commit46e9b5e14e5842c75fb5e236b2563f7d170ab05b
tree7c2e338828ea8a090beeedd84f147bcb9b839cb5
parent783b906895c12fa66a51bafdfeb223daeb8beeff
Use round-toward-0 instead of round-to-nearest in fixed-point example.

Rounding to nearest raises a host of issues that we don't want students
to worry about.

Suggested by Godmar Back.
doc/44bsd.texi