You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Floating point numbers shall be shown with a limited number of significant digits.
Actual behavior
Floating point numbers are displayed with 15 digits typically originating from expansion of float 32-bit to 64-bit. Therefore at least 10 digits are insignificant noise bloating the UI.
Steps to reproduce the problem
See examples:
Specifications
Cate 1.0 - 2.0.0-dev.18
The text was updated successfully, but these errors were encountered:
Expected behavior
Floating point numbers shall be shown with a limited number of significant digits.
Actual behavior
Floating point numbers are displayed with 15 digits typically originating from expansion of float 32-bit to 64-bit. Therefore at least 10 digits are insignificant noise bloating the UI.
Steps to reproduce the problem
See examples:
Specifications
Cate 1.0 - 2.0.0-dev.18
The text was updated successfully, but these errors were encountered: