summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-11-09 16:33:33 -0800
committerAndrei F <[email protected]>2022-11-09 16:33:33 -0800
commitf0b5ca3b40589fcfd4cc29007d06c64bd2f272d9 (patch)
tree1fadf3823b167c4826b8117d2d8740893c482838
parent6th commit (diff)
downloadcst116-lab2-florea-f0b5ca3b40589fcfd4cc29007d06c64bd2f272d9.tar.xz
cst116-lab2-florea-f0b5ca3b40589fcfd4cc29007d06c64bd2f272d9.zip
Adding more comment
-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 1f2dce5..60b7370 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