Hi I have been trying to use the equation:
int Temp; Temp = 680*((N-82)/(920-82)); return Temp;
"Do you have example of using scaling to solve my problem?" See Drew's reply - use the multiplication by 680 to "scale" the numerator before doing the division!