View Full Version : BASE 10 to IEEE format


jeremypaule
02-07-2007, 12:02 PM
Could some one explain to me how to convert Base 10 to IEEE format??

Here are two problems I need help on

1. Code the number 12.0957 (base 10) in floating point form using IEEE FORMAT.

2. Decode the following number coded in single precision IEEE floating point form: 85 E4 B0 00 (base 16)

any help would be great, or the answers so I can figure it out myself.

PeterF
02-07-2007, 01:30 PM
See here (http://mathforum.org/library/drmath/view/55797.html) for a good explanation.

jeremypaule
02-07-2007, 02:47 PM
thanks but thats for base 16, I already know that. any help with floating point IEEE?

Ron_dK
02-11-2007, 11:36 PM
Could this help :

http://grace.evergreen.edu/~sherri/spring2007/computerOrg/ExampleConvertingToIeeeFormat.pdf

jeremypaule
02-14-2007, 08:54 AM
Could this help :

http://grace.evergreen.edu/~sherri/spring2007/computerOrg/ExampleConvertingToIeeeFormat.pdf

VERY NICE, thanks. that helped A LOT.