User | Kudos |
---|---|
6 | |
5 | |
2 | |
2 | |
2 |
When configuring FXP datatype, the range, max, and delta are shown with a resolution of only four decimal digits. This is not enough!
(For example, look at a type with 12 fractional bits. While the delta is 0.000244141..., it shows up as 0.0002, which is off by over 20% and could give the false impression that we have a nice round decimal delta)
Silly enough, the indicator field is 60% blank. There would be plenty of room to show more information and the indicator could even be enlarged and still fit inside the box.
The insert in the figure shows how it would look like with a display format of 6 significant digits. Seems to be much more realistic!
IDEA: Show more significant digits for the range indicators of FXP configuration!
In addition, the current "desired delta" indicator should be renamed to "Delta".
It is an indicator, so we cannot enter anything we desire anyway!
The delta is a result of the binary limitation of the configured bits. It is what it is! The word "desired" might raise wrong expectations! 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.