mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Earth units-type.
The units are:
#include <astro/units.hpp>
Public Types | |
typedef _realT | realT |
The real floating point type in which to specify constants. More... | |
Static Public Attributes | |
static constexpr realT | length = static_cast<realT>(1)/constants::radEarth<si<realT>>() |
Conversion from SI (m) More... | |
static constexpr realT | time = static_cast<realT>(1.0) |
Conversion from SI (s) More... | |
static constexpr realT | mass = static_cast<realT>(1.0)/constants::massEarth<si<realT>>() |
Conversion from SI (kg) More... | |
static constexpr realT | energy = static_cast<realT>(1.0) |
Conversion from SI (J) More... | |
static constexpr realT | temperature = static_cast<realT>(1.0) |
Conversion from SI (K) More... | |
typedef _realT mx::astro::units::earth< _realT >::realT |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |