Sha256: 9a7d667a44677cdf9cf128c81c9140bf0a2acaf9e6a9c770d68ba6adf260c4c4
Contents?: true
Size: 302 Bytes
Versions: 5
Compression:
Stored size: 302 Bytes
Contents
README ====== Units introduces computation with units to ruby. Usage ----- require 'unit' puts 1.meter.in_kilometer puts 1.MeV.in_joule puts 10.KiB / 1.second puts 10.KiB_per_second puts Unit('1 m/s^2') See the test cases for more examples. Authors ------- Daniel Mendler
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
unit-0.4.1 | README.markdown |
unit-0.4.0 | README.markdown |
unit-0.3.0 | README.markdown |
unit-0.2.1 | README.markdown |
unit-0.2.0 | README.markdown |