hex/div.fjΒΆ

View source on GitHub

MacrosΒΆ

hexΒΆ

  • hex.div β€” @NOTE: a,b are UNSIGNED numbers. If you want a division with signed ints, use the idiv macro.

  • hex.idiv β€” @NOTE: a,b are SIGNED numbers. If you want a division with unsigned ints, use the div macro.