bernedom / SI

A header only C++ library that provides type safety and user defined literals for physical units
https://si.dominikberner.ch/doc/
MIT License
486 stars 40 forks source link

Angular velocity #120

Closed UPC-PaalDriveklepp closed 12 months ago

UPC-PaalDriveklepp commented 1 year ago

Would it be a good idea to implement angular velocity? That is, rad/s, deg/s etc?

bernedom commented 1 year ago

A first implementation of angular frequency is here though it is not yet verified if it works as intended: https://github.com/bernedom/SI/pull/116

If you have any input regarding the correctness of the angular frequency unit it is highly welcome