Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!munnari.oz.au!goanna!ok From: ok@goanna.cs.rmit.oz.au (Richard A. O'Keefe) Newsgroups: comp.arch Subject: Re: F.P. vs. arbitrary-precision Message-ID: <3719@goanna.cs.rmit.oz.au> Date: 11 Sep 90 00:36:13 GMT References: <3755@osc.COM> <4513@taux01.nsc.com> <119244@linus.mitre.org> <2534@l.cc.purdue.edu> Organization: Comp Sci, RMIT, Melbourne, Australia Lines: 10 (someone wrote) > > As for integer divide, less of a case can be made, and I can do without > > it. Although integer quotient and remainder are probably computed > > simultaneously, some languages (like C) force one to get those results > > separately. This is not true of ANSI C. There are div() and ldiv() functions (the names may be wrong) which return quotient and remainder together. -- Heuer's Law: Any feature is a bug unless it can be turned off.