Content deleted Content added
last-gasp doesn't smell NPOV; + 3D engines and Toast |
|||
Line 1:
[[Category:Computer arithmetic]]▼
''See also [[fixed point (mathematics)]].''
Line 40 ⟶ 38:
<!-- Was: Here are some high-profile uses of fixed-point representations -->
Here are some
<!-- (whoever wrote the 'was' please lets be more objective? -->
# [[GnuCash]] is an application for tracking money. It is written in C and switched from a floating-point representation of money to a fixed-point implementation as of version 1.6. This change was made to avoid the potential rounding errors of floating-point representations.
# [[Tremor]]
# All [[3D computer graphics|3D graphics]] engines on Sony's original [[PlayStation]] and Nintendo's [[Game Boy Advance]] and [[Nintendo DS]] video game systems use fixed-point arithmetic for the same reason as Tremor and Toast: to gain throughput on an architecture without an FPU.
==External links==
* [http://www.gnucash.org/docs/v1.6/C/t7204.html What's New in GNUCash (version 1.6)]
* [http://www.xiph.org/ogg/vorbis Ogg Vorbis web site]
▲[[Category:Computer terminology]] [[Category:Computer arithmetic]]
|