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
Added Reciprocal (Inverse) Area quantity and the corresponding units. Check this [link](https://en.wikipedia.org/wiki/Inverse-square_law) for further info. It is also used in fluid dynamics.
- Implemented for squaremeters, squareacentimeters, squareamillimeters, squarekilometers, squaredecimeters, SquareMicrometers, squaremiles, squareyards, squarefeet, squareInches and UsSurveySquareFeet. These units are selected to match with existing Area units.
- Some arithmetic operator overloads are provided for Force, Area, Pressure and ReciprocalLength to interact with the ReciprocalArea quantity for convenience
- Inverse method is implemented for Area quantity for convenience.
Co-authored-by: Andreas Gullberg Larsen <[email protected]>
0 commit comments