Searched refs:celcius (Results 1 – 2 of 2) sorted by relevance
54 double c_to_f(double celcius) { in c_to_f() argument55 return ((celcius * 9) / 5) + 32.0; in c_to_f()
26 double c_to_f(double celcius);