kspread
helper.h File Reference
#include "kspread_export.h"
Include dependency graph for helper.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | KSpread |
Functions | |
| KSPREAD_EXPORT int | KSpread::days360 (int day1, int month1, int year1, bool leapYear1, int day2, int month2, int year2, bool usa) |
| KSPREAD_EXPORT int | KSpread::days360 (const QDate &_date1, const QDate &_date2, bool european) |
| KSPREAD_EXPORT int | KSpread::daysBetweenDates (QDate const &date1, QDate const &date2, int basis) |
| KSPREAD_EXPORT int | KSpread::daysPerYear (QDate const &date, int basis) |
| KSPREAD_EXPORT long double | KSpread::duration (const QDate &refDate, const QDate &settlement, const QDate &maturity, const long double &coup_, const long double &yield_, const int &freq, const int &basis, const long double &numOfCoups) |
| KSPREAD_EXPORT long double | KSpread::pow1p (const long double &x, const long double &y) |
| KSPREAD_EXPORT long double | KSpread::pow1pm1 (const long double &x, const long double &y) |
| KSPREAD_EXPORT long double | KSpread::yearFrac (const QDate &refDate, const QDate &startDate, const QDate &endDate, int basis) |
