|
|
|
|
|
by sitkack
623 days ago
|
|
The other great thing about going fixed point is that it doesn't expose you to device specific floating point bugs, making your embedded code way more portable and easier to test. 32b float on your embedded device doesn't necessary match your 32b float running on your dev machine. |
|