Difference between revisions of "Fixed"

 
Line 3: Line 3:
 
{{stub}}
 
{{stub}}
 
[[Category:Datatypes]]
 
[[Category:Datatypes]]
 +
[[Category:Computer programming]]

Latest revision as of 16: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.