Fixed-point arithmetic: Difference between revisions

Content deleted Content added
+ clarification on representation
Seth Ilys (talk | contribs)
m links header
Line 43:
# [[Tremor]] is a software library that decodes the [[Ogg Vorbis]] audio format. Tremor uses fixed-point because many audio decoding hardware devices do not have an FPU (to save money) and audio decoding requires enough performance that a software implementation of floating-point on low-speed devices would not work well.
 
==External Links: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]