You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of this trait is incorrect. The product of quantity T isn't T but some other quantity X with different dimensions. e.g. [Length; 2].product() is Area, not Length.
https://doc.rust-lang.org/core/iter/trait.Product.html
The text was updated successfully, but these errors were encountered: