Tagged Questions
11
votes
5answers
711 views
Floating point versus fixed point: what are the pros/cons?
Floating point type represents a number by storing its significant digits and its exponent separately on separate binary words so it fits in 16, 32, 64 or 128 bits.
Fixed point type stores numbers ...