On Dec 10, 11:09 pm, John Barry <
jb3...@gmail.com> wrote:
> I wonder if 1 / 1023 might round up to 1 / 512, and therefore be represented
> by the smallest possible denormalized number... 1 / 1024 would definitely
> round to even and become 0, but 1 / 1023 is a little bigger.
>
>
>
> On Thu, Dec 10, 2009 at 10:35 PM, <
mdm...@cs.utexas.edu> wrote:
> > Yeah, I think you're right about that. It can't be represented as a
> > normalized FP number.
>
> > ----- Original Message -----
> > From: "Michael Massaro" <
mikestud1mass...@hotmail.com>
> > To: "addison denenberg" <
addison.denenb...@gmail.com>,
> >
mdm...@cs.utexas.edu
> > Cc:
utexas-cs3...@googlegroups.com
> > Sent: Thursday, December 10, 2009 10:11:52 PM GMT -06:00 US/Canada Central
> > Subject: RE: Practice FP Questions
>
> > why can't you represent 1/1023 in 8 bit fp?
> > 1/1023 = .0000000001 that's 1.0 x 2^-10
> > Since we can only represent numbers as low as 1.0 x 2^-7 with a 4 bit
> > exponent, we change it to 0.001 x 2 ^-7
> > This as FP would be 0 0000 001
> > Am I wrong?
>
> > Windows LiveT Hotmail is faster and more secure than ever. Learn more.<