![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The constant factors used to change units and to convert numbers into std::strings. More...
Variables | |
static const double | cbl::par::yotta = 1.e24 |
conversion factor | |
static const double | cbl::par::zetta = 1.e21 |
conversion factor | |
static const double | cbl::par::exa = 1.e18 |
conversion factor | |
static const double | cbl::par::peta = 1.e15 |
conversion factor | |
static const double | cbl::par::tera = 1.e12 |
conversion factor | |
static const double | cbl::par::giga = 1.e9 |
conversion factor | |
static const double | cbl::par::mega = 1.e6 |
conversion factor | |
static const double | cbl::par::kilo = 1.e3 |
conversion factor | |
static const double | cbl::par::ecto = 1.e2 |
conversion factor | |
static const double | cbl::par::deca = 10. |
conversion factor | |
static const double | cbl::par::deci = 1.e-1 |
conversion factor | |
static const double | cbl::par::centi = 1.e-2 |
conversion factor | |
static const double | cbl::par::milli = 1.e-3 |
conversion factor | |
static const double | cbl::par::micro = 1.e-6 |
conversion factor | |
static const double | cbl::par::nano = 1.e-9 |
conversion factor | |
static const double | cbl::par::pico = 1.e-12 |
conversion factor | |
static const double | cbl::par::femto = 1.e-15 |
conversion factor | |
static const double | cbl::par::atto = 1.e-18 |
conversion factor | |
static const double | cbl::par::zepto = 1.e-21 |
conversion factor | |
static const double | cbl::par::yocto = 1.e-24 |
conversion factor | |
static const char | cbl::par::fINT [] = "%i" |
conversion symbol for: int -> std::string | |
static const char | cbl::par::fLONG [] = "%lli" |
conversion symbol for: long -> std::string | |
static const char | cbl::par::fDP0 [] = "%1.0f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP1 [] = "%2.1f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP2 [] = "%3.2f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP3 [] = "%4.3f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP4 [] = "%5.4f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP5 [] = "%6.5f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP6 [] = "%7.6f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP7 [] = "%8.7f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP8 [] = "%9.8f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP9 [] = "%10.9f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::fDP10 [] = "%11.10f" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::ee3 [] = "%4.3e" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::ee4 [] = "%5.4e" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::ee5 [] = "%6.5e" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::ee6 [] = "%7.6e" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::ee7 [] = "%8.7e" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::ee8 [] = "%9.8e" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::ee9 [] = "%10.9e" |
conversion symbol for: double -> std::string | |
static const char | cbl::par::ee10 [] = "%11.10e" |
conversion symbol for: double -> std::string | |
The constant factors used to change units and to convert numbers into std::strings.