On Thu, 6 Mar 2025 at 18:12, Carlos Martin 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 -- numpy-discussion@python.org
To unsubscribe sen
On Mon, 2 Jun 2025 at 14:26, Leon Deligny via NumPy-Discussion
wrote:
>
> ### Proposed new feature or change:
>
> Motivations: This is specific to 3D vector algebra. In Fluid Dynamics, we
> have access to the moment of a force at a specific point (M_P = OP \cross F).
> This calculation is crucia