Science Fair Projects Ideas - Denormal number

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Denormal number

(Redirected from Subnormal)

In computer science, denormal numbers (also called subnormal numbers) fill the gap around zero in floating point arithmetic: any non-zero number which is smaller than the smallest normal number is 'sub-normal'.

Producing a denormal is sometimes called gradual underflow because it allows the calculation to lose precision slowly, rather than all at once.

As implemented in the IEEE floating-point standard binary formats, denormal numbers are encoded with a biased exponent of 0, but are interpreted with the value of the smallest allowed exponent, which is one greater (i.e., as if it were encoded as a 1).

In the proposed IEEE 754 revision, denormal numbers are renamed subnormal numbers, and are supported in both binary and decimal formats. In the latter, they require no special encoding because the format support unnormalized numbers directly.

Background

Denormal numbers were implemented in the Intel 8087 while the IEEE 754 standard was being written. This implementation demonstrated that denormals could be supported in a practical implementation. Some implementations of floating point units do not directly support denormal numbers in hardware, but rather trap to some kind of software support. While this may be transparent to the user, it can result in calculations which produce or consume denormal numbers to be much slower than similar calculations on normal numbers.

Further reading

For an extensive discussion on known methods of implementing denormal numbers for binary floating-point numbers, see Hardware Implementations of Denormalized Numbers, Eric Schwarz, Martin Schmookler and Son Dao Trong, Proceedings 16th IEEE Symposium on Computer Arithmetic (Arith16), ISBN 0-7695-1894-X, pp104-111, IEEE Comp. Soc., June 2003 (PDF)

10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice