Computer Science Canada
Programming C, C++, Java, PHP, Ruby, Turing, VB
Username:
Password:
Register
Wiki
Blog
Search
Turing
Chat Room
Members
32bit floating point representation
Index
->
General Discussion
Author
Message
stupidchief
Posted:
Sat Sep 20, 2008 8:38 am
Post subject: 32bit floating point representation
Hi,
How would you represent the following number in
32bit binary?
-7 x 2^-87
A brief explanation would be helpful.
I understand the basics i.e. first bit is sign bit - next 8 are biased exponent etc..
Sponsor
Sponsor
OneOffDriveByPoster
Posted:
Sat Sep 20, 2008 9:07 am
Post subject: Re: 32bit floating point representation
stupidchief @ Sat Sep 20, 2008 8:38 am wrote:
Hi,
How would you represent the following number in
32bit binary?
-7 x 2^-87
A brief explanation would be helpful.
I understand the basics i.e. first bit is sign bit - next 8 are biased exponent etc..
Just one example... then
7 in binary:
111
Normalize:
7 = 1.11b * 2^+2
So, exponent field is:
-87 + 2 + 127 = 42 = 00101010b
Your float:
1 001 0101 0 110...
or hex 95 60 00 00
stupidchief
Posted:
Sat Sep 20, 2008 9:15 am
Post subject: Re: 32bit floating point representation
Thanks a lot.
The -7 was confusing me.
wasn't sure if you were supposed to use a 2's complement
binary version of -7
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Index
->
General Discussion
Page
1
of
1
[ 3 Posts ]
Jump to:
Select a forum
CompSci.ca
------------
- Network News
- General Discussion
General Forums
-----------------
- Hello World
- Featured Poll
- Contests
Contest Forums
-----------------
- DWITE
- [FP] Contest 2006/2008
- [FP] 2005/2006 Archive
- [FP] 2004/2005 Archive
- Off Topic
Lounges
---------
- User Lounge
- VIP Lounge
Programming
--------------
- General Programming
General Programming Forums
--------------------------------
- Functional Programming
- Logical Programming
- C
C
--
- C Help
- C Tutorials
- C Submissions
- C++
C++
----
- C++ Help
- C++ Tutorials
- C++ Submissions
- Java
Java
-----
- Java Help
- Java Tutorials
- Java Submissions
- Ruby
Ruby
-----
- Ruby Help
- Ruby Tutorials
- Ruby Submissions
- Turing
Turing
--------
- Turing Help
- Turing Tutorials
- Turing Submissions
- PHP
PHP
----
- PHP Help
- PHP Tutorials
- PHP Submissions
- Python
Python
--------
- Python Help
- Python Tutorials
- Python Submissions
- Visual Basic and Other Basics
VB
---
- Visual Basic Help
- Visual Basic Tutorials
- Visual Basic Submissions
Education
-----------
- Student Life
Graphics and Design
-----------------------
- Web Design
Web Design Forums
---------------------
- (X)HTML Help
- (X)HTML Tutorials
- Flash MX Help
- Flash MX Tutorials
- Graphics
Graphics Forums
------------------
- Photoshop Tutorials
- The Showroom
- 2D Graphics
- 3D Graphics
Teams
------
- dTeam Public
Style:
Appalachia
blueSilver
eMJay
subAppalachia
subBlue
subCanvas
subEmjay
subGrey
subSilver
subVereor
Search:
You can syndicate this boards posts using the file
backend.php
or view the
topic map using sitemap.php.
Terms of Use
|
Privacy Policy