Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 229 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 229 Bytes

circularity

C++ library to work with circular numbers

In many cases it's useful to work with circular numbers:

  • Aligned. Numbers with base aligned to 2^8. Useful for any kinds of counters.
  • Based. Numbers with any base.