Skip to content

Commit 37c48ec

Browse files
author
gamontec
committed
fixing fahrenheit2Celcius broken function
1 parent 062ee13 commit 37c48ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function anomalyCode(x) {
3333

3434

3535
function fahrenheit2Celcius(F) {
36-
return (F - 32) * 6 / 9;
36+
return (F - 32) * 5 / 9;
3737
}
3838
function anomalyCode(x) {
3939
return '5' + x - x;

0 commit comments

Comments
 (0)