Recently Colin Walls had an article on this site about floating point math. Once it was common for embedded engineers to scoff at floats; many have told me they have no place in this space. That’s ...
Why is my floating point math so inaccurate? If you lurk on embedded C forums for much time at all you will run into a question like this: “Why is my floating point math so inaccurate? I do a few ...
Embedded C and C++ programmers are familiar with signed and unsigned integers and floating-point values of various sizes, but a number of numerical formats can be used in embedded applications. Here ...
The traditional view is that the floating-point number format is superior to the fixed-point number format when it comes to representing sound digitally. In fact, while it may be counter-intuitive, ...
Floating-point arithmetic can be expensive if you're using an integer-only processor. But floating-point values can be manipulated as integers, asa less expensive alternative. One advantage of using a ...