User Guide
API Reference
I24
I24.min_value
I24.max_value
I24.__init__()
I24.from_bytes()
I24.to_int()
I24.to_bytes()
I24.__eq__()
I24.__ne__()
I24.__lt__()
I24.__le__()
I24.__gt__()
I24.__ge__()
I24.__add__()
I24.__sub__()
I24.__mul__()
I24.__truediv__()
I24.__floordiv__()
I24.__mod__()
I24.__and__()
I24.__or__()
I24.__xor__()
I24.__lshift__()
I24.__rshift__()
I24.__invert__()
I24.__neg__()
I24.__pos__()
I24.__abs__()
I24.__int__()
I24.__str__()
I24.__repr__()
I24.__hash__()
I24.__round__()
I24.__ceil__()
I24.__floor__()
I24.__trunc__()
I24.count_ones()
I24.count_zeros()
I24.leading_zeros()
I24.trailing_zeros()
I24.bit_length()
I24.bit_count()
I24.checked_add()
I24.checked_sub()
I24.checked_mul()
I24.checked_div()
I24.wrapping_add()
I24.wrapping_sub()
I24.wrapping_mul()
I24.saturating_add()
I24.saturating_sub()
I24.saturating_mul()
I24.as_integer_ratio()
U24
U24.min_value
U24.max_value
U24.__init__()
U24.from_bytes()
U24.to_int()
U24.to_bytes()
U24.__eq__()
U24.__ne__()
U24.__lt__()
U24.__le__()
U24.__gt__()
U24.__ge__()
U24.__add__()
U24.__sub__()
U24.__mul__()
U24.__truediv__()
U24.__floordiv__()
U24.__mod__()
U24.__and__()
U24.__or__()
U24.__xor__()
U24.__lshift__()
U24.__rshift__()
U24.__invert__()
U24.__pos__()
U24.__int__()
U24.__str__()
U24.__repr__()
U24.__hash__()
U24.__round__()
U24.__ceil__()
U24.__floor__()
U24.__trunc__()
U24.count_ones()
U24.count_zeros()
U24.leading_zeros()
U24.trailing_zeros()
U24.bit_length()
U24.bit_count()
U24.checked_add()
U24.checked_sub()
U24.checked_mul()
U24.checked_div()
U24.wrapping_add()
U24.wrapping_sub()
U24.wrapping_mul()
U24.saturating_add()
U24.saturating_sub()
U24.saturating_mul()
U24.as_integer_ratio()
Additional Information