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
I feel like the check might be inadequate?
https://github.com/mitmath/18S191/blob/123040947d5b03a572b58c261b3009c8041b5c4e/homework/homework1/hw1.jl#L986-L1000
Since it is checking 0.3, floor with any digits ≥ 1 will pass, when really we want digits=1.
floor
digits
digits=1
The text was updated successfully, but these errors were encountered:
Yep! Feel free to open a PR
Sorry, something went wrong.
No branches or pull requests
I feel like the check might be inadequate?
https://github.com/mitmath/18S191/blob/123040947d5b03a572b58c261b3009c8041b5c4e/homework/homework1/hw1.jl#L986-L1000
Since it is checking 0.3,
floor
with anydigits
≥ 1 will pass, when really we wantdigits=1
.The text was updated successfully, but these errors were encountered: