thangchung / awesome-dotnet-core

:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
19.98k stars 2.89k forks source link

Add Quantities #850

Open atmoos opened 9 months ago

atmoos commented 9 months ago

Add the new library Quantities to the Mathematics section.

This library enables type-safe and efficient handling of quantities. It includes many pre-defined units and all unit-prefixes. Additionally, it allows third parties to define their own units if needed. It is fast as well as memory efficient.

Quantities is based on the international system of units (SI), but also supports many other units, such as imperial units.