Proper spacing in string conversions and correcting spelling mistakes
- Removed implicit conversion from primitives to
unit_t
. See issue #106 for details - When converting units to string a space is inserted between the value and the unit, as described in the SI brochure, section 5.4.2
-
The numerical value always precedes the unit and a space is always used to separate the
unit from the number
-
- Fix various spelling errors (thanks to melg8).
- Renamed
sterradiant_t
tosteradian_t
which is correct