AnyLib.h 207 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #ifndef ANYLIB_H #define ANYLIB_H #include <vector> #include <string> class MathBasics { public: // Function to multiply double multi_a_b(double a, double b); }; #endif // ANYLIB_H