referrerpolicy=no-referrer-when-downgrade

Function phragmms_balancing::common::to_range

source ·
pub fn to_range(x: usize, a: usize, b: usize) -> usize
Expand description

converts x into the range [a, b] in a pseudo-fair way.