Clarify division operator rounding#909
Conversation
Err, this line in |
|
re bikeshed error, see https://lists.w3.org/Archives/Public/spec-prod/2025OctDec/thread.html#msg4 - bikeshed updates including in the parsing code |
|
Indentation is indeed correct. One possible workaround is to add an empty line before the closing |
|
Thanks @dontcallmedom and @anssiko 👍. |
|
@huningxin : I'm going to merge this as it's really minor editorial, and it cleans up the build failure for Bruce's PR too. If you have any feedback, I'll follow up with a new PR. |
SHA: 94bcacb Reason: push, by fdwr Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Minor clarification that
divexpects to round toward zero (truncation), rather than say being floored to negative zero like Numpy's floor_divide.Preview | Diff