Fahrenheit to Celsius (℉ -> ℃)



화씨(℉) 온도에서 섭씨(℃) 온도로 변환 공식


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 (계산기)

'일상다반사 > 좋아' 카테고리의 다른 글

털털한 효린 ㅋ  (0) 2013.05.10
위기와 기회  (0) 2012.01.31
피부에 좋지 않은 습관  (2) 2011.03.14
Youre never too old to learn  (0) 2010.12.07
결혼 전, 결혼 후 - 부부의 생각  (1) 2010.06.03