Changed <math.h> to <cmath>

main
DavidDGTNT 2021-09-22 10:32:01 -05:00
parent 190a7a184a
commit 2bf4c9a9d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include <iostream> #include <iostream>
#include <string> #include <string>
#include <math.h> #include <cmath>
using namespace std; using namespace std;
string version = "2.0"; string version = "2.0";