On Thu, 6 Mar 2025 at 18:12, Carlos Martin <[email protected]> wrote: > > Feature request: Add a `bit_width` function to NumPy
In Python this is called bit_length: >>> (7).bit_length() 3 _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
