This is the complete list of members for Formulas, including all inherited members.
amortization(Money principal, double interestRate, int numPeriods, int paymentsPerPeriod) | Formulas | static |
cashFlow(Money &income, Money &expenses) | Formulas | static |
compoundAnnualGrowthRate(Money &beginningVal, Money &endingVal, int numPeriods) | Formulas | static |
creditCardEquation(Money balance, Money monthlyPayment, double interestRate) | Formulas | static |
Formulas() | Formulas | |
futureValueOrdinaryAnnuity(Money &payment, double interestRate, int numPayments) | Formulas | static |
leverageRatio(Money &totalLiabilities, Money &totalDebts, Money &totalIncome) | Formulas | static |
Money() | Money | |
Money(double m) | Money | explicit |
Money(int d, int c) | Money | |
Money(const string &s) | Money | explicit |
operator*(double val) const | Money | |
operator+(const Money &m) const | Money | |
operator-() const | Money | |
operator-(const Money &m) const | Money | |
operator/(double m) const | Money | |
operator/(Money &m) const | Money | |
operator==(const Money &m) const | Money | |
power(Money &m, int exp) | Money | static |
power(double d, int exp) | Money | static |
ruleOfSeventyTwo(double interestRate) | Formulas | static |
toDouble(const Money &m) | Money | static |
toString(const Money &m1) | Money | static |