Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
result = (float) temp / 16.0; //calculation with 0.5 deg C resolution
result = (int) temp / 16 ; //calculation with 1 degree C resolution
isn´t the resolution 1/16 °?//calculation with 0.5 deg C resolution