Unit Conversion and Dimensional Analysis Library  2.3.0
A compile-time c++14 unit conversion library
Functions
units::solid_angle Namespace Reference

namespace for unit types and containers representing solid_angle values More...

Functions

std::ostream & operator<< (std::ostream &os, const steradian_t &obj)
 
std::string to_string (const steradian_t &obj)
 
std::ostream & operator<< (std::ostream &os, const degree_squared_t &obj)
 
std::string to_string (const degree_squared_t &obj)
 
std::ostream & operator<< (std::ostream &os, const spat_t &obj)
 
std::string to_string (const spat_t &obj)
 

Detailed Description

namespace for unit types and containers representing solid_angle values

The SI unit for solid_angle is steradians, and the corresponding base_unit category is solid_angle_unit.

See also
See unit_t for more information on unit type containers.