|
|
|
|
|
by nestorD
2782 days ago
|
|
> It would be a lot harder to know what the problem is in 8 bits when everything is under question if you don't know what the outcome should be. I might have a solution for that : I work on methods to both quantify the impact of your precision on the result and locate the sections of your code that introduced the significant numerical errors (as long as your numeric representation respects the IEEE standard). However, my method is designed to test or debug the numerical stability of a code and not be used in production (as it impacts performances). |
|