Merged
Merged
Conversation
matz added a commit that referenced this pull request
Jul 25, 2024CRuby raises TypeError with float numbers as operands; ref #6314
matz added a commit that referenced this pull request
Jul 25, 2024Negative integers are virtually considered as 2's compliment of the absolute value of the corresponding number. It means `-1` is considered as infinite sequence of `1` toward msb side. ref #6314