Art of Problem Solving
During AMC 10A/12A testing, the AoPS Wiki is in read-only mode and no edits can be made.

Fixed: Difference between revisions

James4l (talk | contribs)
New page: The Fixed Datatype is a very accurate datatype, but inefficient in memory storage. Since it does not utilize floating points, each bit must be separately encoded. [[Category:Dat...
 
I like pie (talk | contribs)
No edit summary
Line 1: Line 1:
The Fixed Datatype is a very accurate datatype, but inefficient in memory storage. Since it does not utilize [[Float|floating]] points, each bit must be separately encoded.
The '''fixed''' [[datatype]] is a very accurate datatype, but is inefficient in memory storage. Since it does not utilize [[float]]ing points, each bit must be separately encoded.


{{stub}}
[[Category:Datatypes]]
[[Category:Datatypes]]

Revision as of 21:20, 12 December 2008

The fixed datatype is a very accurate datatype, but is inefficient in memory storage. Since it does not utilize floating points, each bit must be separately encoded.

This article is a stub. Help us out by expanding it.