First commit
This commit is contained in:
5
IUT/Info1/TD/Exercices/Deg2Far/Deg2Far.cpp
Normal file
5
IUT/Info1/TD/Exercices/Deg2Far/Deg2Far.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "Deg2Far.h"
|
||||
|
||||
float deg2Far(float deg) {
|
||||
return 1.8 * deg + 32;
|
||||
}
|
||||
Reference in New Issue
Block a user