3 releases
0.1.2 | Feb 16, 2020 |
---|---|
0.1.1 | Feb 4, 2020 |
0.1.0 | Feb 4, 2020 |
#1695 in Math
148 downloads per month
Used in pinvec
12KB
308 lines
pow_of_2
Integer-like types which can only represent powers of 2. Internally, they are stored as a one-byte exponent. This allows them to implement arithmetic operators with other, simpler artithmetic operators.
lib.rs
:
pow_of_2
Integer-like types which can only represent powers of 2. Internally, they are stored as a one-byte exponent. This allows them to implement arithmetic operators with other, simpler artithmetic operators.