cwsamuelson / dataStructures

Basic data structure utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow conversion between different systems of measurement

cwsamuelson opened this issue · comments

commented
  • Find method of representing systems of measurement
  • Implement systems of measurement
  • Implement conversion between systems of measurement
  • Add facilities to utilize different systems of measurement and the conversion between to unit class
  • Add unit definitions for each system of measurement
  • Add conversions between each standard unit of measurement for metric and english systems
  • Add tests for conversion between systems of measurement
  • Add tests for user creation of new systems of measurement
commented

Feature has been implemented as of 01dd223