PhpUnitsOfMeasure / php-units-of-measure

A library for handling physical quantities and the units of measure in which they're represented.
MIT License
305 stars 77 forks source link

Add Centimetres UOM #54

Closed CodingNinja closed 8 years ago

triplepoint commented 8 years ago

This isn't going to work, as you're redefining feet (ft), as 100 meters.

Moreover, centimeters (along with all the other SI prefixes) is already defined on this class with the addMissingSIPrefixedUnits() method earlier.

Closing this as unnecessary.