calyx_
utils
0.7.1
Module math_
utilities
Module Items
Functions
In crate calyx_
utils
calyx_utils
Module
math_utilities
Copy item path
Source
Functions
ยง
get_
bit_
width_
from
Returns the minimum bit width needed to represents n states with zero inclusive. Panics otherwise. Note: To represent the number
n
, you need to represent
n+1
states.