Help for this page
$newtemp =100*((($temp-32)*5)/9); if ($newtemp > 0) { ... } else { $newtemp = int($newtemp - 0.5)/100; }