Number
Number is a compact representation of uint256, that is fit into 16 bits with the maximum relative error under 0.4%.
type Number is uint16;
Number is a compact representation of uint256, that is fit into 16 bits with the maximum relative error under 0.4%.
type Number is uint16;