Description
Develop MathProcess.cpp. MathProcess.h •double GetLogValue(int base, int value); double GetSineValue(double val); double GetCosineValue(double val); double GetTanValue(double val); double GetCotanValue(double val); int MultiSumFunc(int Start,int step,int UpperBound); double Gamma(int x);
These are fuctions in MathProcess.h Let you write a number, then program will calculate its sin,cos,tan, its value in gamma function. They all will be prepared in the project main.cpp
This is my homework. It is very hard to me to make up classes in C++.
I'm sorry for my English. Hope you understand my question clearly.