Content deleted Content added
+wikibook |
dab toast |
||
Line 37:
[[C plus plus|C++]] that do not include such support built-in.
# [[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 (software)|Tremor]] and [[Toast (
# 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.
# [[Fractint]] represents numbers as Q3:29 fixed-point numbers[http://spanky.triumf.ca/www/fractint/periodicity.html#integer_math_anchor].
|