mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
renamed crate & files
This commit is contained in:
3
core/src/utils.rs
Normal file
3
core/src/utils.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub(crate) fn derive_size(log_base2k: usize, log_k: usize) -> usize {
|
||||
(log_k + log_base2k - 1) / log_base2k
|
||||
}
|
||||
Reference in New Issue
Block a user