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
In the "Scientific temperatures" problem, the image with the thermometers isn't entirely accurate.
It suggests that -312F converts to -200C. It actually converts to about -191C.
The conversions for -108F and -459F are only correct if you round to the nearest integer.
I only picked this up because I used these values for my test cases!
The text was updated successfully, but these errors were encountered:
That is a very good catch.
Sorry, something went wrong.
Haha definitely a good catch! It's not our image but we should be able to fix it (or use another image).
No branches or pull requests
In the "Scientific temperatures" problem, the image with the thermometers isn't entirely accurate.
It suggests that -312F converts to -200C. It actually converts to about -191C.
The conversions for -108F and -459F are only correct if you round to the nearest integer.
I only picked this up because I used these values for my test cases!
The text was updated successfully, but these errors were encountered: