diff options
| author | prestonderek <[email protected]> | 2022-11-06 19:25:40 -0800 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-11-06 19:25:40 -0800 |
| commit | 274eccc833c66d35a0873e7df5f95fb4369abea7 (patch) | |
| tree | 9e31fad29e93bff9d8fec85c1e4d5e43b3de8312 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Comments added (diff) | |
| download | cst116-lab2-prestonderek-274eccc833c66d35a0873e7df5f95fb4369abea7.tar.xz cst116-lab2-prestonderek-274eccc833c66d35a0873e7df5f95fb4369abea7.zip | |
comment
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index bda03a3..bb45c0a 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -4,7 +4,7 @@ #include <iostream> #include <iomanip> #include <string> -#include <cmath> +#include <cmath> //need this to use the pow math using namespace std; |