화씨(℉) 온도에서 섭씨(℃) 온도로 변환 공식
Tc = (5/9)*(Tf-32);
Tc(℃) = temperature in degrees Celsius, Tf(℉) = temperature in degrees Fahrenheit
반대로, 섭씨(℃) 온도에서 화씨(℉) 온도로 변환 공식
Tf = (9/5)*Tc+32;
Tc(℃) = temperature in degrees Celsius, Tf(℉) = temperature in degrees Fahrenheit
Reference.
http://www.csgnetwork.com/tempconvjava.html (설명)
http://www.wbuf.noaa.gov/tempfc.htm (계산기)