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