Code Comments
Programming Forum and web based access to our favorite programming groups.On Mon, 31 Mar 2008 21:55:10 -0300, Clark F Morris <cfmpublic@ns.sympatico.c a> wrote: >On Tue, 18 Mar 2008 19:34:51 -0600, Robert <no@e.mail> wrote: > > >Try doing a simple divide like calculate the value of 1 / 5 in binary. OK. 01 numerator value 1 binary pic 9(9). 01 denominator value 5 binary pic 9(9). 01 quotient binary pic 9(9)v9(4). compute quotient = numerator / denominator display quotient 0000000002000 >You get a never ending fraction. Looks pretty diadic to me.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.