Skip to content

Add // operator#3370

Merged
chrisnovakovic merged 1 commit intothought-machine:masterfrom
chrisnovakovic:floor-division-operator
Jun 9, 2025
Merged

Add // operator#3370
chrisnovakovic merged 1 commit intothought-machine:masterfrom
chrisnovakovic:floor-division-operator

Conversation

@chrisnovakovic
Copy link
Copy Markdown
Contributor

This is equivalent to Python's // operator: the mathematical division of the first operand by the second with the floor function applied to the result.

This is equivalent to Python's `//` operator: the mathematical division
of the first operand by the second with the `floor` function applied to
the result.
Copy link
Copy Markdown

@mhbardsley mhbardsley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😃

@chrisnovakovic chrisnovakovic merged commit 0d6dcf7 into thought-machine:master Jun 9, 2025
13 checks passed
@chrisnovakovic chrisnovakovic deleted the floor-division-operator branch June 9, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants