Skip to content

Proper spacing in string conversions and correcting spelling mistakes

Compare
Choose a tag to compare
@bernedom bernedom released this 06 May 22:01
· 80 commits to main since this release
  • 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 to steradian_t which is correct