///
/// zeta_rlobe_eggleton returns d log(rl) / d log (m2)
/// where rl is Peter Eggleton's formula for the volume-averaged
/// Roche lobe radius divided by the orbital separation. This assumes
/// that m1+m2 = constant.
///
/// \param q mass ratio = M2/M1
/// \return Returns d log(rl) / d log (m2) where rl = Roche lobe radius of
/// secondary star divided by separation according to Eggleton's formula.
///
///
/// dzetadq_rlobe_eggleton returns d zeta / d q where zeta is the result
/// of zeta_rlobe_eggleton(double q). This has been tested successfully
/// against finite difference value.
///
/// \param q mass ratio = M2/M1
/// \return Returns d zeta d q
///