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)
commit12ab4901debfa37cc8a1dd59d5f188788f6bf776
tree38470f6c5cdb3cbe55c95d6152674cc311e5beb2
parent3b458804e1d0a460fb1c90f06f495b9f7a972424
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