saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

Query size of Nat object #113

Closed saxbophone closed 2 years ago

saxbophone commented 2 years ago

NOTE: this implementation assumes that CHAR_BIT is always $8$ (i.e. our bytes are always 8-bit). This is true on all but the most obscure systems, on which it might break without warning, or fail silently (or not fail but give incorrect behaviour, silently).

Closes #84