Art of Problem Solving

Fixed: Difference between revisions

I like pie (talk | contribs)
No edit summary
Aoum (talk | contribs)
No edit summary
 
Line 3: Line 3:
{{stub}}
{{stub}}
[[Category:Datatypes]]
[[Category:Datatypes]]
[[Category:Computer programming]]

Latest revision as of 15:28, 18 May 2025

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.