1 #define BUILDING_LIBRARY 13 if(deriv_order == 0) {
29 if(deriv_order == 0) {
Declaration of the class representing stellar cores.
double current_age_quantity(size_t quantity, unsigned deriv_order=0) const
The current age value of the given quantity (or its derivative).
double positive_definite_quantity(size_t quantity, double age, unsigned deriv_order, double min_value) const
Ensure the returned quantity is never less than a specified value.
double any_age_quantity(size_t quantity, double age, unsigned deriv_order=0) const
The value of the given quantity (or its derivative) at an arbitrary age.
double current_positive_definite_quantity(size_t quantity, unsigned deriv_order, double min_value) const
Same as positive_definite_quantity() but at currently configured age.