diff options
| author | Andrei F <[email protected]> | 2022-11-09 16:32:38 -0800 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-09 16:32:38 -0800 |
| commit | 1e7d482a29f643d67a25cbf546703dc7ab5ed4be (patch) | |
| tree | 0860071d46f44195d307671f623608ba34ba6db3 | |
| parent | Changed names and imports (diff) | |
| download | archived-cst116-lab2-florea-1e7d482a29f643d67a25cbf546703dc7ab5ed4be.tar.xz archived-cst116-lab2-florea-1e7d482a29f643d67a25cbf546703dc7ab5ed4be.zip | |
6th commit
| -rw-r--r-- | CST116-Lab2-PseudoCode-Florea.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Lab2-PseudoCode-Florea.txt b/CST116-Lab2-PseudoCode-Florea.txt index 60b7370..1f2dce5 100644 --- a/CST116-Lab2-PseudoCode-Florea.txt +++ b/CST116-Lab2-PseudoCode-Florea.txt @@ -65,5 +65,5 @@ def func float convert_to_f(float c_temp) c_temp = 1.8 * c_temp + 32 return c_temp -def func calculate_wind_chill(float temp, float wind) +def func calculate_wind_chill(float temp, float wind ) return 35.75 + .6215 * temp - 35.75 * wind^.16 + .4275 * temp * wind^.16
\ No newline at end of file |