Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
HeatPump COP
//g++ 5.4.0 #include <iostream> #include <math.h> float COP,tempF = 35; int main() { COP = -6.018518518539E-5* pow(tempF,3) +0.006765873015894*pow(tempF,2) +-0.1548941798948*tempF+1.966666666671; std::cout << COP; }
run
|
edit
|
history
|
help
0
Stock buy/sell, maximum subarray problem
Addition of two matrix **Part 1
N Queens problem
IndiSort
DailyGroceryHisto
Translating binary to decimal numbers
threadpool01
Korelacja Pearsona lol
find parent count of node in graph
003#