Path: utzoo!mnetor!uunet!husc6!hao!ames!ll-xn!mit-eddie!bloom-beacon!athena.mit.edu!tada From: tada@athena.mit.edu (Michael Zehr) Newsgroups: comp.lang.c Subject: Re: The need for D-scussion (was Re: D Wishlist) Message-ID: <3732@bloom-beacon.MIT.EDU> Date: 14 Mar 88 00:19:31 GMT References: <12176@brl-adm.ARPA> <1988Mar11.215238.976@utzoo.uucp> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: tada@athena.mit.edu (Michael Zehr) Organization: Massachusetts Institute of Technology Lines: 14 Here's another one for the D wishlist: a function the returns both a % b and a / b at the same time. I know I've had to call those routines with the same values consecutively in code that needed to run fast, and if i understand the library right, they both compute the pair of values, but a different one is returned. Why not give the option of getting them both at the same time? (Of course, this requires returning multiple values ...) ------- michael j zehr "My opinions are my own ... as is my spelling."