ARTS
2.3.1285(git:92a29ea9-dirty)
|
Namespace containing several constants, physical and mathematical. More...
Functions | |
template<class T > | |
constexpr T | pow2 (T x) |
power of two More... | |
template<class T > | |
constexpr T | pow3 (T x) |
power of three More... | |
template<class T > | |
constexpr T | pow4 (T x) |
power of four More... | |
Namespace containing several constants, physical and mathematical.
constexpr T Constant::pow2 | ( | T | x | ) |
power of two
Definition at line 64 of file constants.h.
Referenced by Linefunctions::apply_linestrength_from_nlte_level_distributions(), case_b_g_coefficient_o2(), dabsorption_nlte_rate_dF0(), dboltzman_factordT(), dstimulated_emissiondT(), Zeeman::FromGrids(), Absorption::PredefinedModel::makarov2020_o2_lines_mpm(), o2_ecs_adiabatic_factor_makarov(), o2_ecs_erot_jn_same(), pCqSDHC_to_arts(), pow3(), pow4(), Linefunctions::set_htp(), and Zeeman::Model::Strength().
constexpr T Constant::pow3 | ( | T | x | ) |
power of three
Definition at line 70 of file constants.h.
References pow2().
Referenced by case_b_g_coefficient_o2(), Absorption::PredefinedModel::makarov2020_o2_lines_ecs(), Absorption::PredefinedModel::makarov2020_o2_lines_mpm(), o2_ecs_erot_jn_same(), and Linefunctions::set_htp().
constexpr T Constant::pow4 | ( | T | x | ) |
power of four
Definition at line 76 of file constants.h.
References pow2().
Referenced by pCqSDHC_to_arts_D2_deriv(), pCqSDHC_to_arts_freq_deriv(), pCqSDHC_to_arts_G2_deriv(), and Linefunctions::set_htp().