Content
View differences
Updated by Tobias Dillmann 8 months ago
###
### Steps to reproduce
Create a Calculated Value that will produce a floating point number with many digits after the decimal point. E.g., `4 / 6` (this will result in `0.66666666...`
### What is the buggy behavior?
There is no restriction in precision. We currently render all available digits.
See this screenshot from the project overview page:
<img class="image_resized op-uc-image op-uc-image_inline" style="width:437px;" src="/api/v3/attachments/785815/content">
### What is the expected behavior?
The number should only show a limited amount of digits after the point. I suggest we show 3 digits after the floating point. So for `4 / 6`, I would expect `0.667` to be displayed. point:
* On the project overview page
* In the project list
###
### Steps to reproduce
Create a Calculated Value that will produce a floating point number with many digits after the decimal point. E.g., `4 / 6` (this will result in `0.66666666...`
### What is the buggy behavior?
There is no restriction in precision. We currently render all available digits.
See this screenshot from the project overview page:
<img class="image_resized op-uc-image op-uc-image_inline" style="width:437px;" src="/api/v3/attachments/785815/content">
### What is the expected behavior?
The number should only show a limited amount of digits after the point. I suggest we show 3 digits after the floating point. So for `4 / 6`, I would expect `0.667` to be displayed.
* On the project overview page
* In the project list
###