SI  2.5.4
A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units.
Namespaces | Typedefs
angular_frequency.h File Reference
#include "angle.h"
#include "detail/operator_helpers.h"
#include "detail/unit.h"
#include "frequency.h"
#include "time.h"
Include dependency graph for angular_frequency.h:

Go to the source code of this file.

Namespaces

 SI
 
 SI::detail
 Namespace containing implementation details for SI.
 

Typedefs

template<typename _type , typename _ratio >
using SI::angular_frequency_t = detail::unit_t< 'w', std::ratio< 1 >, _type, _ratio >
 Type for velocity where w = r / T. More...