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
The unit converter does not correctly convert from centiliters to milliliters/liters/... and the other way around.
1cl are 0.01 liters/10 milliliters (see https://en.m.wikipedia.org/wiki/Metric_system). The unit converter should output "100 mL".
The unit converter seems calculate with 1 cL defined as a 1/10 of a liter (100ml). This is wrong.
The text was updated successfully, but these errors were encountered:
Seems like they mixed up centiliters and deciliters given that deciliters are 1/10 but in the app they are 1/100 liter
Sorry, something went wrong.
@nvzeppelin SMT apps were sold to ad company. Fork here https://github.com/FossifyOrg
Sad to hear that.... I also ran into this issue and I think I have a fix in #347
The same fix is now also posted on FossifyOrg/Calculator#12
Successfully merging a pull request may close this issue.
Problem
The unit converter does not correctly convert from centiliters to milliliters/liters/... and the other way around.
Reproduction steps:
What should happen:
1cl are 0.01 liters/10 milliliters (see https://en.m.wikipedia.org/wiki/Metric_system). The unit converter should output "100 mL".
What actually happens:
The unit converter seems calculate with 1 cL defined as a 1/10 of a liter (100ml). This is wrong.
The text was updated successfully, but these errors were encountered: