rust/library/core
Christopher Swenson 0589cace8c Simplify BigNum::bit_length() with log2()
Thank you to @scottmcm for suggesting the handy `log2()` function.
2022-01-10 15:31:11 -08:00
..
benches Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtriplett 2021-10-12 03:18:54 +00:00
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Simplify BigNum::bit_length() with log2() 2022-01-10 15:31:11 -08:00
tests Simplification of BigNum::bit_length 2022-01-10 14:18:28 -08:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00