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
Quick junit test:
assertEquals(new BigDecimal(15120), Qudt.convert(new BigDecimal("15.12"), Units.MilliSV__PER__HR, Units.MicroSV__PER__HR));
Output:
java.lang.AssertionError: Expected :15120 Actual :15119.98790400967679225856619314705
Despite the small difference between expected and calculated value there shouldn't be any jitter at all?
Tested with qudtlib 6.8.1
The text was updated successfully, but these errors were encountered:
Will look into that, thanks!
Sorry, something went wrong.
No branches or pull requests
Quick junit test:
Output:
Despite the small difference between expected and calculated value there shouldn't be any jitter at all?
Tested with qudtlib 6.8.1
The text was updated successfully, but these errors were encountered: