项目作者: saroad2

项目描述 :
libraries for units conversions.
高级语言: C++
项目地址: git://github.com/saroad2/units.git
创建时间: 2017-06-16T07:45:19Z
项目社区:https://github.com/saroad2/units

开源协议:MIT License

下载


units

units gives you units libraries in popular programming languages.

What? Why? How?

units provides you tools for using units and units conversions easily in your favorite language.

Our main goal is:

To create a library of units handling that will validate that the user uses the right units in their code

Our secondary goals are:

  • To do those validations in compile time (when possible) in order to prevent performance issues.
  • To support basic usage such as summation, subtraction, comparison, etc. of units.
  • To maintain high accuracy when using units (especially in casting from one unit to another).
  • To support insertion of new units to the library easily.
  • To correlate the unit scales in all supported languages for multi-platform projects

How do we do this? learn how by reading the README.md file in the most suitable language file for you:

Look here to see in which units do we support.

Look here to see the units conversion table.

Look here to see the constants included in our libraries.

For more details about our libraries, go here.

Future Supported Languages and Platforms

  • Java
  • Python
  • C#
  • .NET