Calc3D_by_Risen/calculating.h

12 lines
391 B
C
Raw Normal View History

2025-03-01 18:24:42 +03:00
#ifndef CALCULATING_H
#define CALCULATING_H
#include <math.h>
#include <stdlib.h>
// Объявления функций
double cost_prise(double p, double t, double h, double md, double d, double st, double mk, double am, double post, int x);
double calculating(double cost, double mod, double marg);
double amortization(double a, double t, double spi, int year);
#endif // CALCULATING_H