mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
4 lines
91 B
Rust
4 lines
91 B
Rust
pub(crate) fn derive_size(basek: usize, k: usize) -> usize {
|
|
(k + basek - 1) / basek
|
|
}
|