nholthaus / units

a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
http://nholthaus.github.io/units/
MIT License
947 stars 135 forks source link

How to define strain units #229

Open pemessier opened 5 years ago

pemessier commented 5 years ago

We need to use strain units for sensors (https://link.springer.com/chapter/10.1007/978-3-662-04732-3_7). Typical unit we use is µm/m. It is a ratio of 2 lengths. What could be the best way to represent this using the library?