We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: When entering the number value "123456789" into a dataset column, it is displayed as "123457000" in the Data Entry table.
This issue likely arises due to the limitations of floating-point arithmetic, which can lead to rounding errors, especially with very large integers.
The text was updated successfully, but these errors were encountered:
DataSet: Value discrepancy when storing large integers in number valu…
7d717de
…es (#3404) relates to xibosignage/xibo#3404
Bugfix: DataSet's value discrepancy when storing large integers in nu…
39dff1b
…mber values (#2696) relates to xibosignage/xibo#3404
nadzpogi
No branches or pull requests
Description:
When entering the number value "123456789" into a dataset column, it is displayed as "123457000" in the Data Entry table.
This issue likely arises due to the limitations of floating-point arithmetic, which can lead to rounding errors, especially with very large integers.
The text was updated successfully, but these errors were encountered: