Difference between revisions of "Fixed"

(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...)
 
 
(One intermediate revision by one other user not shown)
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]]
 +
[[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.