mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b643a1a8bc
Since there's no unsigned integer in Ruby. Binary, octal and hexadecimal negative numbers can be represented by using 2's compliment. But decimal (not being power of 2) cannot be use that kind of format.