summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-11-09 16:32:38 -0800
committerAndrei F <[email protected]>2022-11-09 16:32:38 -0800
commit1e7d482a29f643d67a25cbf546703dc7ab5ed4be (patch)
tree0860071d46f44195d307671f623608ba34ba6db3
parentChanged names and imports (diff)
downloadarchived-cst116-lab2-florea-1e7d482a29f643d67a25cbf546703dc7ab5ed4be.tar.xz
archived-cst116-lab2-florea-1e7d482a29f643d67a25cbf546703dc7ab5ed4be.zip
6th commit
-rw-r--r--CST116-Lab2-PseudoCode-Florea.txt2
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