Hello, Does anyone have a simple way of converting from degrees Celsius to degrees Fahrenheit (and vice-versa) using PIC math? C -> F ====== C*9/5 + 32 F -> C ====== (F-32)(5/9) Thanks in advance! -Randie rohtsji@glenayre.com