Skip to content

Initial relase

Compare
Choose a tag to compare
@bernedom bernedom released this 26 Jun 06:48

"SI" is a C++ header-only library to ensure type safety for converting physical units.

Features include:

  • typedefs for each phyiscal units
  • mathematical operations to create derived types out of other types
  • user defined literals for constructing physical values in a typesafe manner
  • possibiliy to use almost everything as constexpr

See CHANGELOG.md for changes to previous versions