Here you can find the source of c2si(int temperature)
private static int c2si(int temperature)
//package com.java2s; public class Main { private static int c2si(int temperature) { return temperature + 273; }//from w w w . j av a 2 s . c o m }